aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 8cf201e..4d41f0e 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -1044,6 +1044,8 @@ static int maweb_shutdown(size_t n, instance** inst){
free(data->channel);
data->channel = NULL;
data->channels = 0;
+
+ free(inst[u]->impl);
}
fprintf(stderr, "maweb backend shut down\n");