[Telepathy-commits] [telepathy-gabble/master] Remove an unneeded g_object_unref()
Marco Barisione
marco at barisione.org
Tue Jan 6 08:41:29 PST 2009
---
src/bytestream-socks5.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index ad661a7..6203ee3 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -537,8 +537,6 @@ socks5_error (GabbleBytestreamSocks5 *self)
DEBUG ("connection to streamhost failed, trying the next one");
socks5_connect (self);
-
- g_object_unref (self);
return;
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list