Commit 41f6440f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Dont free(3) stack variables.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1540 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8b73c24e
......@@ -152,7 +152,6 @@ mgt_CallCc(const char *source, struct vsb *sb)
vsb_printf(sb,
"Cannot open temporary source file \"%s\": %s\n",
sf, strerror(errno));
free(sf);
return (NULL);
}
fs = fdopen(sfd, "r+");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment