-Security audit fixes.

This commit is contained in:
smanojna 2006-12-14 22:23:00 +00:00
parent 4e7bac6bc7
commit d9f0649bc0

View File

@ -684,7 +684,7 @@ write_signon_error:
CloseSignonFile();
remove(tempFilePath); // remove the temporary signon file....
free(singonFilePath);
free(signonFilePath);
free(tempFilePath);
return retValue;
}