soc.2009.telepathy: d4001753: Fixed another crash

sttwister at soc.pidgin.im sttwister at soc.pidgin.im
Tue Jul 21 08:05:51 EDT 2009


-----------------------------------------------------------------
Revision: d40017533a56d5a18ef506bd35894236350f1088
Ancestor: 6a0b5a39c426e76b54e6aaededf424447a77fdae
Author: sttwister at soc.pidgin.im
Date: 2009-07-21T11:52:23
Branch: im.pidgin.soc.2009.telepathy
URL: http://d.pidgin.im/viewmtn/revision/info/d40017533a56d5a18ef506bd35894236350f1088

Modified files:
        libpurple/protocols/telepathy/telepathy_account.c

ChangeLog: 

Fixed another crash

-------------- next part --------------
============================================================
--- libpurple/protocols/telepathy/telepathy_account.c	3f4e5f3746d1dbcb74d3d0edc5e71812f0bb32bd
+++ libpurple/protocols/telepathy/telepathy_account.c	7ca3726df7ee1a1ebdc330c03a9f8e905710d844
@@ -392,7 +392,7 @@ create_account_cb (TpAccountManager *pro
 		return;
 	}
 
-	account_data->obj_Path = (gchar *)out_Account;
+	account_data->obj_Path = g_strdup((gchar *)out_Account);
 	account_data->tp_account = tp_account;
 }
 


More information about the Commits mailing list