aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-modules__http-neon-method.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-modules__http-neon-method.c')
-rw-r--r--devel/gnome-vfs/files/patch-modules__http-neon-method.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules__http-neon-method.c b/devel/gnome-vfs/files/patch-modules__http-neon-method.c
new file mode 100644
index 000000000000..77e14080f5b0
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-modules__http-neon-method.c
@@ -0,0 +1,21 @@
+--- modules/http-neon-method.c.orig Wed Jan 25 23:15:42 2006
++++ modules/http-neon-method.c Wed Jan 25 23:17:47 2006
+@@ -1908,9 +1908,7 @@
+ }
+ }
+
+-
+ result = resolve_result (res, req);
+- ne_request_destroy (req);
+
+ if (result == GNOME_VFS_OK) {
+ const char *name;
+@@ -1929,6 +1927,8 @@
+ }
+
+ }
++
++ ne_request_destroy (req);
+
+ return result;
+ }