summaryrefslogtreecommitdiff
path: root/synth/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/main.cpp')
-rw-r--r--synth/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/main.cpp b/synth/main.cpp
index 95a6a7b..5427b75 100644
--- a/synth/main.cpp
+++ b/synth/main.cpp
@@ -199,7 +199,7 @@ int main(int argc, char** argv)
do_in_synth_cli();
- cleanup();
+ //cleanup();
}
catch(string err)
{