diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/font-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c index 0f3d2871..c0928203 100644 --- a/font-viewer/font-model.c +++ b/font-viewer/font-model.c @@ -544,7 +544,7 @@ get_fallback_icon (void) return NULL; pix = gtk_icon_info_load_icon (icon_info, NULL); - gtk_icon_info_free (icon_info); + g_object_unref (icon_info); return pix; } |