mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
don't free memory which is not allocated yet
Fix for Coverity error CID: 789. svn path=/trunk/; revision=36411
This commit is contained in:
@@ -250,7 +250,6 @@ CreateUserProfileW (PSID Sid,
|
||||
if (!AppendSystemPostfix (szUserProfilePath, MAX_PATH))
|
||||
{
|
||||
DPRINT1("AppendSystemPostfix() failed\n", GetLastError());
|
||||
LocalFree ((HLOCAL)SidString);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user