diff options
-rw-r--r-- | tests/ingen_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index ff61d7db..8a3d9007 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -184,6 +184,7 @@ run(int argc, char** argv) #endif if (!atom_reader.write(forge.atom(), n_events + 1)) { + delete cmds; return EXIT_FAILURE; } |