mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
GLocalFile: Delete redundant error saving statement
This commit is contained in:
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user