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:
@ -1076,7 +1076,9 @@ void ParseData(UrlData* urlData, LPCSTR parseData, DWORD dwSize)
|
||||
}
|
||||
|
||||
// Release memory used for the compiled pattern
|
||||
RmLog(LOG_ERROR, L"HERE");
|
||||
pcre_free(re);
|
||||
RmLog(LOG_ERROR, L"HERE2");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user