mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:25:43 +00:00
Alex Ionescu said that check for Expanded==NULL must stay...
svn path=/trunk/; revision=22714
This commit is contained in:
parent
e6a334b469
commit
90f398225a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ BOOL LoadLogFile(HKEY hKey, WCHAR *LogName)
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
HeapFree(MyHeap, 0, Buf);
|
HeapFree(MyHeap, 0, Buf);
|
||||||
HeapFree(MyHeap, 0, Expanded);
|
if(Expanded) HeapFree(MyHeap, 0, Expanded);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue