|
From: <ren...@us...> - 2007-10-08 18:23:40
|
Revision: 865
http://gmyth.svn.sourceforge.net/gmyth/?rev=865&view=rev
Author: renatofilho
Date: 2007-10-08 11:23:42 -0700 (Mon, 08 Oct 2007)
Log Message:
-----------
patch by Tim-Philipp M?\195?\188ller, release gmyth contex if connection error
Modified Paths:
--------------
trunk/gmyth/src/gmyth_file_transfer.c
Modified: trunk/gmyth/src/gmyth_file_transfer.c
===================================================================
--- trunk/gmyth/src/gmyth_file_transfer.c 2007-10-08 18:17:47 UTC (rev 864)
+++ trunk/gmyth/src/gmyth_file_transfer.c 2007-10-08 18:23:42 UTC (rev 865)
@@ -381,6 +381,7 @@
backend_info->hostname,
backend_info->port, TRUE)) {
+ _control_release_context(transfer);
g_object_unref(priv->control_sock);
priv->control_sock = NULL;
return FALSE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|