Skip to content

Commit

Permalink
GResource: free css_file
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jul 27, 2018
1 parent 6d164b4 commit 3d80a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Expand Up @@ -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 (),
Expand Down

0 comments on commit 3d80a86

Please sign in to comment.