diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-01-26 14:25:33 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-01-26 16:15:18 +0000 |
commit | 450c82611c7921c6d0711bfa3170a6f1cc70f336 (patch) | |
tree | 4b7e842119601453d3c65691d5f746bbb47eb47f /src/bytestream-factory.c | |
parent | c3e951a71acd69f2c3c3196675e2b2979e8a9a4a (diff) | |
download | telepathy-gabble-450c82611c7921c6d0711bfa3170a6f1cc70f336.tar.gz |
Expunge lm_message_ref and lm_message_unref.
And also a couple of uses of lm_message_get_node().
Diffstat (limited to 'src/bytestream-factory.c')
-rw-r--r-- | 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 57d8509a0..bec647559 100644 --- a/src/bytestream-factory.c +++ b/src/bytestream-factory.c @@ -390,7 +390,7 @@ send_proxy_query (GabbleBytestreamFactory *self, socks5_proxy_query_reply_cb, G_OBJECT (self), GINT_TO_POINTER (fallback), NULL); - lm_message_unref (query); + g_object_unref (query); } static void |