aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-group.c
diff options
context:
space:
mode:
authormbari <mbari@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-04 01:12:26 +0800
committermbari <mbari@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-04 01:12:26 +0800
commit0e8b0d1f1127985e4e5319d2275adc5f78a8662e (patch)
tree21b4d3d56efe56d252bd30b335283f9805496a98 /libempathy/empathy-tp-group.c
parenta31747ab6fc848ae7b4511a11884a4f2a59ea77b (diff)
downloadgsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar.gz
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar.bz2
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar.lz
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar.xz
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.tar.zst
gsoc2013-empathy-0e8b0d1f1127985e4e5319d2275adc5f78a8662e.zip
2007-10-03 Marco Barisione <marco@barisione.org>
* libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-group.c: * libempathy/empathy-utils.c: Initialize every GError to NULL. Fixes bug #482889. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@360 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-group.c')
-rw-r--r--libempathy/empathy-tp-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c
index f6f8004cc..2c90f9d34 100644
--- a/libempathy/empathy-tp-group.c
+++ b/libempathy/empathy-tp-group.c
@@ -560,7 +560,7 @@ empathy_tp_group_new (McAccount *account,
EmpathyTpGroup *group;
EmpathyTpGroupPriv *priv;
DBusGProxy *group_iface;
- GError *error;
+ GError *error = NULL;
g_return_val_if_fail (TELEPATHY_IS_CHAN (tp_chan), NULL);
g_return_val_if_fail (MC_IS_ACCOUNT (account), NULL);