- FolderInfo.dll: Fixed several memory leaks

- Changed FolderInfo and WebParser to import pcre_* functions from Rainmeter.dll to reduce binary size
- Changed Help in context menu to open Support page (instead of Manual/Manual_beta)
This commit is contained in:
Birunthan Mohanathas
2012-02-04 08:25:11 +00:00
parent c790ca54e0
commit 1560c31510
9 changed files with 65 additions and 576 deletions

View File

@ -37,6 +37,7 @@ private:
private:
void Clear();
void FreePcre();
void CalculateSize();
void SetPath(const wchar_t* aPath, const wchar_t* aIniPath);
@ -77,8 +78,10 @@ public:
{
return myFolderCount;
}
FolderInfo(const wchar_t* aPath, const wchar_t* aIniPath);
~FolderInfo();
void Update();
}; // class FolderInfo