summaryrefslogtreecommitdiff
path: root/client/smburi.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/smburi.c')
-rw-r--r--client/smburi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/smburi.c b/client/smburi.c
index c7871115..f2f3ea3a 100644
--- a/client/smburi.c
+++ b/client/smburi.c
@@ -181,6 +181,8 @@ smb_from_uri (GVfsUriMapper *mapper,
g_vfs_uri_mount_info_set (info, "user", user);
}
+ g_vfs_decoded_uri_free (uri);
+
return info;
}