aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-11 23:33:27 +0100
committercbdev <cb@cbcdn.com>2019-12-11 23:33:27 +0100
commit763f6d6a434b6e5a9d166cb538857d0cac5fa29e (patch)
tree01ab43466f46338e93706e1a72f207d73daffa57 /backends/maweb.c
parentf6d6eefe9bb9934f4fa3e665734d746f02471cdb (diff)
downloadmidimonster-763f6d6a434b6e5a9d166cb538857d0cac5fa29e.tar.gz
midimonster-763f6d6a434b6e5a9d166cb538857d0cac5fa29e.tar.bz2
midimonster-763f6d6a434b6e5a9d166cb538857d0cac5fa29e.zip
Release instance implementation data allocation
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");