Fix resource leak
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
3120f496f7
commit
7187784234
@@ -115,6 +115,7 @@ printMailcapPanel(char *mailcap)
|
|||||||
printf("</table>\n<input type=submit name=submit value=\"%s\">\n</form>\n\
|
printf("</table>\n<input type=submit name=submit value=\"%s\">\n</form>\n\
|
||||||
</body>\n</html>\n",
|
</body>\n</html>\n",
|
||||||
MSG_DOIT);
|
MSG_DOIT);
|
||||||
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user