Fix the fix...

svn path=/trunk/; revision=54779
This commit is contained in:
Pierre Schweitzer 2011-12-29 13:21:45 +00:00
parent 324daff6b4
commit 5e4f3477f3

View file

@ -216,7 +216,7 @@ GetProfiles(HWND hwndDlg)
pProfileData->dwProfileCount * sizeof(PROFILE));
if (pProfileData->pProfiles == NULL)
{
HeapFree(GetProcessHeap(), 0, pProfileData);
HeapFree(pProfileData, 0, GetProcessHeap());
return FALSE;
}