aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-23 20:01:33 +0200
committercbdev <cb@cbcdn.com>2019-08-23 20:01:33 +0200
commitee8776b114fc141355675a20e3d7e49ec5e6c4d8 (patch)
tree94a08a5ebf6928251fbf4785f94606ad070b4606 /backends/maweb.c
parentb4b27aa4a90899d5b025bbef11d444d4c47800d9 (diff)
downloadmidimonster-ee8776b114fc141355675a20e3d7e49ec5e6c4d8.tar.gz
midimonster-ee8776b114fc141355675a20e3d7e49ec5e6c4d8.tar.bz2
midimonster-ee8776b114fc141355675a20e3d7e49ec5e6c4d8.zip
Fix Coverity CID 347886
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 4e6fad1..80ab579 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -916,6 +916,7 @@ static int maweb_start(){
if(maweb_connect(inst[u])){
fprintf(stderr, "Failed to open connection to MA Web Remote for instance %s\n", inst[u]->name);
+ free(inst);
return 1;
}
}