mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SYSDM]
Fix the fix... svn path=/trunk/; revision=54779
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user