- 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

@ -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
{