Commit Diff


commit - 2510002603337f808dc9857a6904a9ca3a6e9f22
commit + ebfe1cdeee4e6ef4e61458735bc349be3ae1f1b6
blob - 9adc90433aa0e479347cce70570d53cdef24abcc
blob + ccc18c9026c8ac38a045a46f9170dbc3441feee7
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
@@ -145,7 +145,6 @@ gotweb_process_request(struct request *c)
 	c->t->qs = qs;
 	error = gotweb_parse_querystring(&qs, c->querystring);
 	if (error) {
-		gotweb_free_querystring(qs);
 		log_warnx("%s: %s", __func__, error->msg);
 		goto err;
 	}