aboutsummaryrefslogtreecommitdiff
path: root/fiv-sidebar.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-06-04 01:18:56 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-06-04 01:28:44 +0200
commitefc13db66e890a712d8ffa7a2e4289a285137d60 (patch)
tree5adb5894f055d93f2cbe0c80d56b8418feb29995 /fiv-sidebar.c
parentb6315482b78a7d51d9dd45374567040e256b427f (diff)
downloadfiv-efc13db66e890a712d8ffa7a2e4289a285137d60.tar.gz
fiv-efc13db66e890a712d8ffa7a2e4289a285137d60.tar.xz
fiv-efc13db66e890a712d8ffa7a2e4289a285137d60.zip
Plug two memory leaks
Diffstat (limited to 'fiv-sidebar.c')
-rw-r--r--fiv-sidebar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fiv-sidebar.c b/fiv-sidebar.c
index e5c2c5b..e4bbd5d 100644
--- a/fiv-sidebar.c
+++ b/fiv-sidebar.c
@@ -209,6 +209,7 @@ create_row(FivSidebar *self, GFile *file, const char *icon_name)
gtk_container_add(GTK_CONTAINER(row), revealer);
gtk_widget_show_all(row);
+ g_object_unref(info);
return row;
}