mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:23:21 +00:00
[SETUP16]
Fix invalid free CID #715830 svn path=/trunk/; revision=62627
This commit is contained in:
parent
b938bfc001
commit
a370953bd4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ BOOL DeleteDirectory(LPWSTR lpszDir)
|
|||
fileop.hNameMappings = NULL;
|
||||
|
||||
ret = SHFileOperation(&fileop);
|
||||
HeapFree(GetProcessHeap(), 0, &pszFrom);
|
||||
HeapFree(GetProcessHeap(), 0, pszFrom);
|
||||
return (ret == 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue