mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
[SYSDM]
Fix the fix... svn path=/trunk/; revision=54779
This commit is contained in:
parent
324daff6b4
commit
5e4f3477f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue