gwin32: Fix two minor string leaks

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Fixes: #2891, #2892
This commit is contained in:
Philip Withnall
2023-01-23 11:50:34 +00:00
parent 34c5a689b5
commit e23ea40aaa
2 changed files with 3 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ g_win32_fs_monitor_init (GWin32FSMonitorPrivate *monitor,
wcsdup (wshortname);
}
g_free (wfullpath);
g_free (fullpath);
}
else