summaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.c b/src/http.c
index 71161cd..36d058a 100644
--- a/src/http.c
+++ b/src/http.c
@@ -397,6 +397,7 @@ spawn_httpd (int port, pid_t *pid_out)
fprintf (stderr, "error spawning httpd: %s\n",
error->message);
g_error_free (error);
+ g_free (pid_filename);
return FALSE;
}