nautilus/nautilus-2.23.3-wrong-unref.patch
2008-06-12 14:17:14 +00:00

14 lines
429 B
Diff

Index: libnautilus-private/nautilus-dnd.c
===================================================================
--- libnautilus-private/nautilus-dnd.c (révision 14260)
+++ libnautilus-private/nautilus-dnd.c (copie de travail)
@@ -422,7 +422,7 @@
*action = GDK_ACTION_MOVE;
}
- g_free (target);
+ g_object_unref (target);
nautilus_file_unref (dropped_file);
nautilus_file_unref (target_file);
return;