[DISKPART]

Fix leak

CID #716329

svn path=/trunk/; revision=62624
This commit is contained in:
Pierre Schweitzer
2014-04-05 15:26:12 +00:00
parent e9cd63fb67
commit 05e2f0e9db
+3
View File
@@ -73,7 +73,10 @@ RunScript(LPCWSTR filename)
while (fgetws(tmp_string, MAX_STRING_SIZE, script) != NULL)
{
if (InterpretScript(tmp_string) == FALSE)
{
fclose(script);
return FALSE;
}
}
/* Close the file */