12 lines
373 B
Diff
12 lines
373 B
Diff
--- libindicator/indicator-image-helper.c.bck 2017-06-14 03:46:33.174214553 -0400
|
|
+++ libindicator/indicator-image-helper.c 2017-06-14 03:47:00.594494305 -0400
|
|
@@ -69,7 +69,7 @@
|
|
GdkPixbuf * pixbuf = gdk_pixbuf_new_from_file(icon_filename, &error);
|
|
|
|
if (icon_info != NULL) {
|
|
- gtk_icon_info_free(icon_info);
|
|
+ g_object_unref(icon_info);
|
|
}
|
|
|
|
if (pixbuf == NULL) {
|