summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-25 12:38:50 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-25 12:38:50 +0000
commit39b8ffcec4136cc0e29b25d1e0bc5c37577ff4cf (patch)
tree4a772494701537f33d4a0f19c6b9f91e2c77f737
parentf4f1b1bb30a36a89eceb86c59a8eb66139c843c9 (diff)
bytestream-manager: fix a muc-manager refcount leak leading to a vicious crash when disposing connection
-rw-r--r--src/salut-bytestream-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/salut-bytestream-manager.c b/src/salut-bytestream-manager.c
index a6c26aa7..35d06df6 100644
--- a/src/salut-bytestream-manager.c
+++ b/src/salut-bytestream-manager.c
@@ -410,6 +410,7 @@ si_request_cb (SalutXmppConnectionManager *xcm,
salut_muc_manager_handle_si_stream_request (muc_mgr,
bytestream, room_handle, stream_id, stanza);
+ g_object_unref (muc_mgr);
}
else
{