diff options
Diffstat (limited to 'ctl.c')
-rw-r--r-- | ctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,7 @@ showatt(id) printf("Content-Type: %s\n\n", att->mime); printf("%.*s", att->bytes, att->data); + free(att); } void @@ -77,6 +78,8 @@ showpost(int id) title = site.name; printf("Content-Type: text/html\n\n"); #include "t/post.tc" + free(user); + free(post); } void |