mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- 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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user