From 333e9fc0ba5ed916a6f0a2499fbf2e34f7294e24 Mon Sep 17 00:00:00 2001 From: wangrong Date: Thu, 29 Dec 2022 12:29:39 +0000 Subject: [PATCH] GLocalFile: Delete redundant error saving statement --- gio/glocalfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gio/glocalfile.c b/gio/glocalfile.c index 4f8df369b..824f624c4 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -2236,8 +2236,6 @@ g_local_file_trash (GFile *file, if (fd == -1) { - errsv = errno; - g_free (filesdir); g_free (topdir); g_free (trashname);