no more oomk ?

This commit is contained in:
tth 2021-05-01 17:54:42 +02:00
parent b63b590e1d
commit 08a30d9620
1 changed files with 7 additions and 0 deletions

View File

@ -165,6 +165,13 @@ if (foo) {
* we can now create the resultant image, and going coredump...
*/
foo = fimg_create(&dest, srcA.width, srcA.height, srcA.type);
if (foo) {
fprintf(stderr, "%s: crash coredump on create fimg\n", argv[0]);
#if MUST_ABORT
abort();
#endif
exit(1);
}
// fimg_describe(&dest, "destination");
foo = exec_operator(&srcA, &srcB, action, &dest);