Fixed memory leak.

This commit is contained in:
Armin Novak
2015-08-28 11:01:34 +02:00
parent dd9d66a3e6
commit 1cedbd5cd1

View File

@@ -609,6 +609,7 @@ BOOL drive_file_set_information(DRIVE_FILE* file, UINT32 FsInformationClass, UIN
if (!fullpath)
{
WLog_ERR(TAG, "drive_file_combine_fullpath failed!");
free (s);
return FALSE;
}
free(s);