forked from tTh/FloatImg
half-fixed a memory leak
This commit is contained in:
parent
ed55a37bfe
commit
30347903ca
|
@ -141,6 +141,8 @@ if (foo) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
fimg_destroy(&fimg);
|
||||
|
||||
return 0;
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue