aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
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;
}
}