12 lines
416 B
Diff
12 lines
416 B
Diff
|
--- libindicator-12.10.1/libindicator/indicator-image-helper.c.orig 2016-03-15 18:38:25.689252331 +0100
|
||
|
+++ libindicator-12.10.1/libindicator/indicator-image-helper.c 2016-03-15 18:38:38.865241612 +0100
|
||
|
@@ -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) {
|