mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +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));
|
pProfileData->dwProfileCount * sizeof(PROFILE));
|
||||||
if (pProfileData->pProfiles == NULL)
|
if (pProfileData->pProfiles == NULL)
|
||||||
{
|
{
|
||||||
HeapFree(GetProcessHeap(), 0, pProfileData);
|
HeapFree(pProfileData, 0, GetProcessHeap());
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue