Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308845 | Differences between
and this patch

Collapse All | Expand All

(-)libpurple/plugin.c.dist (-1 / +1 lines)
Lines 876-882 purple_plugin_destroy(PurplePlugin *plug Link Here
876
		 * it keeps all the plugins open, meaning that valgrind is able to
876
		 * it keeps all the plugins open, meaning that valgrind is able to
877
		 * resolve symbol names in leak traces from plugins.
877
		 * resolve symbol names in leak traces from plugins.
878
		 */
878
		 */
879
		if (!g_getenv("PURPLE_LEAKCHECK_HELP") && !RUNNING_ON_VALGRIND)
879
		if (!g_getenv("PURPLE_LEAKCHECK_HELP"))
880
		{
880
		{
881
			if (plugin->handle != NULL)
881
			if (plugin->handle != NULL)
882
				g_module_close(plugin->handle);
882
				g_module_close(plugin->handle);
(-)pidgin/plugins/themeedit.c.dist (-1 / +1 lines)
Lines 246-252 Link Here
246
				      NULL
246
				      NULL
247
			      }
247
			      }
248
		},
248
		},
249
		{ NULL, { } }
249
		{ NULL, { NULL } }
250
	};
250
	};
251
251
252
	dialog = pidgin_create_dialog(_("Pidgin Buddylist Theme Editor"), 0, "theme-editor-blist", FALSE);
252
	dialog = pidgin_create_dialog(_("Pidgin Buddylist Theme Editor"), 0, "theme-editor-blist", FALSE);

Return to bug 308845