diff options
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ main(int argc, char **argv) text = text_new(argv[1]); image = image_new("test.png"); image_render(image, text); + text_destroy(&text); image_destroy(&image); return 0; |