gobjectification: 42823076: Fixed crash on shutdown. The private str...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Thu Aug 12 00:48:17 EDT 2010


----------------------------------------------------------------------
Revision: 42823076e55f74645dd78805ef513f3e194c9566
Parent:   3a2c828565f24094a8ea3e54718ebd6163cde0e7
Author:   gillux at soc.pidgin.im
Date:     08/11/10 21:41:31
Branch:   im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/42823076e55f74645dd78805ef513f3e194c9566

Changelog: 

Fixed crash on shutdown. The private structure is allocated and freed by glib
on object creation/destroy.

Changes against parent 3a2c828565f24094a8ea3e54718ebd6163cde0e7

  patched  libpurple/theme-loader.c

-------------- next part --------------
============================================================
--- libpurple/theme-loader.c	0e5b24cf2c9d63ffeae638de778cee8235a982c4
+++ libpurple/theme-loader.c	d743bc55d2af993c0e30395e0af2e930327d771a
@@ -98,7 +98,6 @@ purple_theme_loader_finalize(GObject *ob
 	PurpleThemeLoaderPrivate *priv = PURPLE_THEME_LOADER_GET_PRIVATE(loader);
 
 	g_free(priv->type);
-	g_free(priv);
 
 	parent_class->finalize(obj);
 }


More information about the Commits mailing list