aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.c
diff options
context:
space:
mode:
Diffstat (limited to 'midimonster.c')
-rw-r--r--midimonster.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/midimonster.c b/midimonster.c
index 2b0b7a0..8e217e7 100644
--- a/midimonster.c
+++ b/midimonster.c
@@ -466,8 +466,6 @@ int main(int argc, char** argv){
if(config_read(cfg_file)){
fprintf(stderr, "Failed to read configuration file %s\n", cfg_file);
backends_stop();
- channels_free();
- instances_free();
map_free();
fds_free();
plugins_close();
@@ -497,8 +495,6 @@ int main(int argc, char** argv){
bail:
//free all data
backends_stop();
- channels_free();
- instances_free();
map_free();
fds_free();
event_free();