From eab24ccdd00311bd06ce47c36ac388489237ae12 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 6 Jan 2010 14:27:36 +0000 Subject: [PATCH] empathy_dispatcher_join_muc: assert than connection_data is not NULL --- libempathy/empathy-dispatcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 839dabab..e80f7022 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1532,6 +1532,7 @@ empathy_dispatcher_join_muc (TpConnection *connection, priv = GET_PRIV (self); connection_data = g_hash_table_lookup (priv->connections, connection); + g_assert (connection_data != NULL); /* Don't know the room handle yet */ request_data = new_dispatcher_request_data (self, connection, -- 2.39.2