diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-03-02 12:41:19 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2009-03-02 12:41:19 +0000 |
commit | 2e0693b14ee8c76dbd3943ad67c1fae64d9488cb (patch) | |
tree | e0898efe3b7c4d24e2891ded934e4074b3b44912 /client | |
parent | 27b6264a101df7d701ba2078138e8b3294035d64 (diff) | |
download | gvfs-2e0693b14ee8c76dbd3943ad67c1fae64d9488cb.tar.gz |
Bug 547161 – http string leak
2009-03-02 Alexander Larsson <alexl@redhat.com>
Bug 547161 – http string leak
* client/httpuri.c (http_get_mount_info_for_path):
Fix leak
svn path=/trunk/; revision=2274
Diffstat (limited to 'client')
-rw-r--r-- | client/httpuri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/httpuri.c b/client/httpuri.c index f8bc0f8e..03f7fb68 100644 --- a/client/httpuri.c +++ b/client/httpuri.c @@ -164,8 +164,6 @@ http_get_mount_info_for_path (GVfsUriMapper *mapper, g_vfs_uri_mount_info_set (new_info, "uri", new_uri); g_free (new_uri); - uri->path = NULL; - g_vfs_decoded_uri_free (uri); return new_info; |