From c349af8e91937111579de7b5fc1e9e2b4807a7c9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Dec 2008 04:38:18 +0000 Subject: Fix ingen -l (fix ticket #314). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1903 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Engine.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/engine') diff --git a/src/engine/Engine.cpp b/src/engine/Engine.cpp index 49f6e10c..23316bdf 100644 --- a/src/engine/Engine.cpp +++ b/src/engine/Engine.cpp @@ -150,8 +150,7 @@ Engine::main() bool Engine::main_iteration() { - // Run the maid (garbage collector) - _post_processor->process(); + _post_processor->process(); _maid->cleanup(); return !_quit_flag; -- cgit v1.2.1