GLocalFile: Delete redundant error saving statement

This commit is contained in:
wangrong 2022-12-29 12:29:39 +00:00 committed by Philip Withnall
parent f0bc060e89
commit 333e9fc0ba

View File

@ -2236,8 +2236,6 @@ g_local_file_trash (GFile *file,
if (fd == -1)
{
errsv = errno;
g_free (filesdir);
g_free (topdir);
g_free (trashname);