aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-15 12:19:50 +0100
committercbdev <cb@cbcdn.com>2020-03-15 12:19:50 +0100
commit6da00154f7745a4705047fc73ce42b7036b0bbdc (patch)
tree8c62c377827ccd0291ba17047e3bcdff3d9ccb64 /midimonster.c
parent05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df (diff)
downloadmidimonster-6da00154f7745a4705047fc73ce42b7036b0bbdc.tar.gz
midimonster-6da00154f7745a4705047fc73ce42b7036b0bbdc.tar.bz2
midimonster-6da00154f7745a4705047fc73ce42b7036b0bbdc.zip
Fix build and CI exits
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();