diff options
author | rbuj <[email protected]> | 2019-02-20 15:22:46 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2019-07-23 15:47:11 +0300 |
commit | dd4252ba7f6cc46f0261751f5811d16181590e4b (patch) | |
tree | 033dd640973d8e79ec9b62090ed95a89a12bf7c4 | |
parent | 546d340eea1e6cc86f4185407915ae1aa8d39955 (diff) | |
download | caja-dd4252ba7f6cc46f0261751f5811d16181590e4b.tar.bz2 caja-dd4252ba7f6cc46f0261751f5811d16181590e4b.tar.xz |
Fix attempt to free released memory
-rw-r--r-- | src/caja-emblem-sidebar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-emblem-sidebar.c b/src/caja-emblem-sidebar.c index 05a77861..2c35688c 100644 --- a/src/caja-emblem-sidebar.c +++ b/src/caja-emblem-sidebar.c @@ -856,7 +856,6 @@ caja_emblem_sidebar_drag_received_cb (GtkWidget *widget, if (uri_utf8) { error = g_strdup_printf (_("The file '%s' does not appear to be a valid image."), uri_utf8); - g_free (uri_utf8); } else { |