From fdcc810259e2580a3bf94f715472fdc17782f27a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 8 Feb 2019 16:48:41 +0100 Subject: removed 'KILL_TAIL_CALL()', no longer needed --- test/monniaux/jpeg-6b/jmemmgr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/monniaux/jpeg-6b/jmemmgr.c') diff --git a/test/monniaux/jpeg-6b/jmemmgr.c b/test/monniaux/jpeg-6b/jmemmgr.c index 01533319..b636f1be 100644 --- a/test/monniaux/jpeg-6b/jmemmgr.c +++ b/test/monniaux/jpeg-6b/jmemmgr.c @@ -222,7 +222,6 @@ out_of_memory (j_common_ptr cinfo, int which) cinfo->err->trace_level = 2; /* force self_destruct to report stats */ #endif ERREXIT1(cinfo, JERR_OUT_OF_MEMORY, which); - KILL_TAIL_CALL(); } -- cgit