commit cc2ad1e3a35120667f0206145aaf1058faa8acfd parent 8e191219099db3551ef099dfac7afc13c239f1af Author: Frederic Cambus <fred@statdns.com> Date: Fri, 26 Oct 2018 19:09:15 +0200 Call ansilove_clean() to clean on exit in the example Diffstat:
M | example/example.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/example/example.c b/example/example.c @@ -12,5 +12,7 @@ int main() { ansilove_savefile(&ctx, "example.png"); + ansilove_clean(&ctx); + return 0; }