From ee8776b114fc141355675a20e3d7e49ec5e6c4d8 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 23 Aug 2019 20:01:33 +0200 Subject: Fix Coverity CID 347886 --- backends/maweb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/maweb.c') 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; } } -- cgit v1.2.3