diff options
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,6 +89,6 @@ gboolean httpd_start() { void httpd_stop() { g_socket_service_stop(ss); - g_free(ss); + g_object_unref(ss); ss = NULL; } |