some tuning on tests

This commit is contained in:
2020-10-30 10:03:35 +01:00
parent 2d072bdfc9
commit 6ff326d7d5
2 changed files with 9 additions and 3 deletions

View File

@@ -82,6 +82,8 @@ if (foo) {
return foo;
}
fimg_destroy(&src); fimg_destroy(&dst);
return 0;
}
@@ -122,6 +124,8 @@ if (foo) {
return foo;
}
fimg_destroy(&src); fimg_destroy(&dst);
return 0;
}
/* --------------------------------------------------------------------- */
@@ -162,6 +166,8 @@ if (foo) {
return foo;
}
fimg_destroy(&src); fimg_destroy(&dst);
return 0;
}
/* --------------------------------------------------------------------- */