soc.2010.detachablepurple: f0fcfbea: Fixed an unfreed dbus proxy.

gillux at soc.pidgin.im gillux at soc.pidgin.im
Sun Aug 15 20:26:32 EDT 2010


----------------------------------------------------------------------
Revision: f0fcfbea12f881ffd7436f0af7ebfc977899cd4b
Parent:   c802c19580481e565000a08e27805ebda169f067
Author:   gillux at soc.pidgin.im
Date:     08/15/10 20:12:19
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/f0fcfbea12f881ffd7436f0af7ebfc977899cd4b

Changelog: 

Fixed an unfreed dbus proxy.

Changes against parent c802c19580481e565000a08e27805ebda169f067

  patched  libpurple/dbus-server.c

-------------- next part --------------
============================================================
--- libpurple/dbus-server.c	84db2f03189cb871f0cdfc146b63691a4f83cb64
+++ libpurple/dbus-server.c	2f22ae2924848e8c2d7a8e8e491575254308178e
@@ -806,9 +806,11 @@ purple_dbus_g_init(void)
 					"Unable to request the name of service "
 					DBUS_PURPLE_SERVICE ": %s\n",
 					error->message);
+			g_object_unref(dbus_proxy);
 			g_error_free(error);
 			return;
 		}
+		g_object_unref(dbus_proxy);
 		/* We should also care about request_ret */
 	}
 


More information about the Commits mailing list