half-fixed a memory leak

This commit is contained in:
tth 2020-08-23 23:55:36 +02:00
parent ed55a37bfe
commit 30347903ca
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ if (foo) {
exit(1);
}
fimg_destroy(&fimg);
return 0;
}
/* --------------------------------------------------------------------- */