about summary refs log tree commit diff stats
path: root/src/tools/http_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/http_download.c')
-rw-r--r--src/tools/http_download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/http_download.c b/src/tools/http_download.c
index ef7e2906..397ff4b8 100644
--- a/src/tools/http_download.c
+++ b/src/tools/http_download.c
@@ -205,6 +205,7 @@ http_file_get(void* userdata)
         }
 
         g_strfreev(argv);
+        free(download->cmd_template);
     }
 
     free(download->url);