mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02:00
GLocalFile: Delete redundant error saving statement
This commit is contained in:
committed by
Philip Withnall
parent
f0bc060e89
commit
333e9fc0ba
@@ -2236,8 +2236,6 @@ g_local_file_trash (GFile *file,
|
|||||||
|
|
||||||
if (fd == -1)
|
if (fd == -1)
|
||||||
{
|
{
|
||||||
errsv = errno;
|
|
||||||
|
|
||||||
g_free (filesdir);
|
g_free (filesdir);
|
||||||
g_free (topdir);
|
g_free (topdir);
|
||||||
g_free (trashname);
|
g_free (trashname);
|
||||||
|
Reference in New Issue
Block a user