summaryrefslogtreecommitdiff
path: root/synth/main.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-09 18:08:06 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-09 18:12:18 +0100
commite68c45396bce7523f706df0b02a78cb08ac8d1cc (patch)
tree857c20c1f4dcdf7c5e743455c59a44c52c84d65a /synth/main.cpp
parentbf75646b14cf1e8f3eed9f8b15158efefb837cb4 (diff)
Loaded note-shared-objects are now unloadedcompiled_notes
Diffstat (limited to 'synth/main.cpp')
-rw-r--r--synth/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/synth/main.cpp b/synth/main.cpp
index 646e371..25287eb 100644
--- a/synth/main.cpp
+++ b/synth/main.cpp
@@ -186,6 +186,9 @@ void cleanup()
channel[i]=NULL;
}
+ for (int i=0;i<128;i++)
+ maybe_unload_note(program_settings[i]);
+
delete [] program_settings;
}