[Telepathy-commits] [telepathy-gabble/master] Initialize the table variable in remove_bytestream()
Marco Barisione
marco at barisione.org
Tue Jan 6 08:41:29 PST 2009
---
src/bytestream-factory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index f6d71a3..2d24360 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -320,7 +320,7 @@ remove_bytestream (GabbleBytestreamFactory *self,
(self);
BytestreamIdentifier bsid = { NULL, NULL };
guint handle_type;
- GHashTable *table;
+ GHashTable *table = NULL;
g_object_get (bytestream,
"stream-id", &(bsid.stream),
--
1.5.6.5
More information about the Telepathy-commits
mailing list