mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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:
|
||||
HeapFree(MyHeap, 0, Buf);
|
||||
HeapFree(MyHeap, 0, Expanded);
|
||||
if(Expanded) HeapFree(MyHeap, 0, Expanded);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue