From 3d80a8623a10d791b283eee8f421e9e8fe243f9e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 26 Jul 2018 16:14:25 +0200 Subject: GResource: free css_file --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 7ec8442..b661f7e 100644 --- a/src/main.c +++ b/src/main.c @@ -156,6 +156,7 @@ main (int argc, char **argv) GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); } g_object_unref (provider); + g_object_unref (css_file); /* Add application specific icons to search path */ gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), -- cgit v1.2.1