mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed memory leak.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user