You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/gkrellsun/files/gkrellsun-1.0.0-reenable.patch

17 lines
520 B

diff --git a/src20/gkrellsun.c b/src20/gkrellsun.c
index f3adff5..0738bfc 100644
--- a/src20/gkrellsun.c
+++ b/src20/gkrellsun.c
@@ -1140,7 +1140,10 @@ cb_plugin_disabled()
save_sun_data();
- if (textOptions.fontDesc) pango_font_description_free (textOptions.fontDesc);
+ if (textOptions.fontDesc) {
+ pango_font_description_free (textOptions.fontDesc);
+ textOptions.fontDesc = NULL;
+ }
/* This happens when user quits X Windows and gkrellm2 is still running */
if (colormap == NULL)