diff --git a/http_server.c b/http_server.c index 5c1c7f4..60db928 100644 --- a/http_server.c +++ b/http_server.c @@ -251,7 +251,7 @@ void* resolve_request(void* data) notfound(rq->client); return task; } - if(url) free(url); + //if(url) free(url); this is freed in the dput function url = newurl; dput(rq->request, "RESOURCE_PATH", url); }