aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-url.c')
-rw-r--r--camel/camel-url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-url.c b/camel/camel-url.c
index d81871b809..e52206137e 100644
--- a/camel/camel-url.c
+++ b/camel/camel-url.c
@@ -333,6 +333,7 @@ camel_url_to_string (CamelURL *url, guint32 flags)
if (url->host) {
enc = camel_url_encode (url->host, TRUE, ":/");
g_string_sprintfa (str, "%s%s", url->user ? "@" : "", enc);
+ g_free (enc);
}
if (url->port)
g_string_sprintfa (str, ":%d", url->port);
yarn/devel/electron6/files/ini-1.3.8&id=170c4398881a2d73ed3285cae8bc5f59a765ad38'>root/archivers/pxz
Commit message (Expand)AuthorAgeFilesLines
* Give up maintainership on pxz, return to ports@mm2014-01-191-1/+1
* This port requires openmpbapt2013-10-091-3/+2
* Remove uneeded USE_GCC while here cleanup a bit to avoid the now useless pre....bapt2013-10-09