-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: client-libs
-
b42
-
b68
-
sparc
-
solaris_10
gtk2_init_painting() in gtk2_interface.c (the new GTK L&F code) is leaking 2 GdkGCs per
invocation as it doesn't call
fp_g_object_unref(gc);
after the gc is no longer needed.
invocation as it doesn't call
fp_g_object_unref(gc);
after the gc is no longer needed.