plug memleak

This commit is contained in:
Omar Polo 2023-07-23 17:43:27 +00:00
parent cf35bdce9a
commit 0995ecdb87
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ fastcgi : string {
fatal("asprintf");
loc->fcgi = fastcgi_conf($2, c);
free($2);
free(c);
}
| TCP string {
loc->fcgi = fastcgi_conf($2, "9000");