We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e6d21 commit b0bda90Copy full SHA for b0bda90
1 file changed
libnemo-private/nemo-trash-monitor.c
@@ -62,7 +62,7 @@ nemo_trash_monitor_finalize (GObject *object)
62
g_object_unref (trash_monitor->details->icon);
63
}
64
if (trash_monitor->details->symbolic_icon) {
65
- g_object_unref (trash_monitor->details->icon);
+ g_object_unref (trash_monitor->details->symbolic_icon);
66
67
if (trash_monitor->details->file_monitor) {
68
g_object_unref (trash_monitor->details->file_monitor);
0 commit comments