[Telepathy-commits] [telepathy-gabble/master] Fix small bugs found by make check

Sjoerd Simons sjoerd at luon.net
Wed Aug 13 09:35:55 PDT 2008


20080813163555-93b9a-ed61ef4ef390214592c31e41c90e04bf8682c540.gz
---
 src/conn-aliasing.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conn-aliasing.c b/src/conn-aliasing.c
index 6665f8d..c9fc5d3 100644
--- a/src/conn-aliasing.c
+++ b/src/conn-aliasing.c
@@ -959,9 +959,9 @@ gabble_connection_get_aliases (TpSvcConnectionInterfaceAliasing *iface,
   TpBaseConnection *base = (TpBaseConnection *) self;
   TpHandleRepoIface *contact_handles = tp_base_connection_get_handles (base,
       TP_HANDLE_TYPE_CONTACT);
-  GHashTable *result = g_hash_table_new_full (g_direct_hash, g_direct_equal, 
+  GHashTable *result = g_hash_table_new_full (g_direct_hash, g_direct_equal,
     NULL, g_free);
-  GError *error;
+  GError *error = NULL;
   guint i;
 
   g_assert (GABBLE_IS_CONNECTION (self));
-- 
1.5.6.3




More information about the Telepathy-commits mailing list