summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dpi/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dpi/file.c b/dpi/file.c
index f8415101..0e3390b5 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -841,6 +841,7 @@ static char *File_normalize_path(const char *orig)
basename ? "/" : "",
str);
dFree(basename);
+ dStr_free(tmp, 1);
/* Parse possible hexadecimal octets in the URI path */
for (i = 0; ds->str[i]; ++i) {