Skip to content

Commit 3d80a86

Browse files
author
raveit65
committed
GResource: free css_file
1 parent 6d164b4 commit 3d80a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ main (int argc, char **argv)
156156
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
157157
}
158158
g_object_unref (provider);
159+
g_object_unref (css_file);
159160

160161
/* Add application specific icons to search path */
161162
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),

0 commit comments

Comments
 (0)