* src/printing.c
Fix a little leak
+2007-09-20 [colin] 3.0.1cvs14
+
+ * src/printing.c
+ Fix a little leak
+
2007-09-20 [holger] 3.0.1cvs13
* src/printing.c
( cvs diff -u -r 1.36.2.112 -r 1.36.2.113 src/common/utils.c; ) > 3.0.1cvs11.patchset
( cvs diff -u -r 1.17.2.16 -r 1.17.2.17 po/ru.po; ) > 3.0.1cvs12.patchset
( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/printing.c; ) > 3.0.1cvs13.patchset
+( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/printing.c; ) > 3.0.1cvs14.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=13
+EXTRA_VERSION=14
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
open_attrs = g_slist_delete_link(open_attrs, attr_walk);
break;
}
+ if (color)
+ gdk_color_free(color);
}
}
if(!found)
open_attrs = g_slist_delete_link(open_attrs, attr_walk);
break;
}
+ if (color)
+ gdk_color_free(color);
}
}
if(!found)