aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/loopback.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-26 00:04:55 +0100
committercbdev <cb@cbcdn.com>2020-02-26 00:04:55 +0100
commit1b3878956f02e274c480815774f9c6f39d65117f (patch)
tree1e9da3923e9b438d8bb37484257d3602b01bda44 /backends/loopback.c
parent0a59a6bd47597d4577c0a550779d2e352127d186 (diff)
downloadmidimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.gz
midimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.bz2
midimonster-1b3878956f02e274c480815774f9c6f39d65117f.zip
Use (spell-)lintian from package repositories in CI
Diffstat (limited to 'backends/loopback.c')
-rw-r--r--backends/loopback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/loopback.c b/backends/loopback.c
index eaecdb4..4274832 100644
--- a/backends/loopback.c
+++ b/backends/loopback.c
@@ -102,6 +102,7 @@ static int loopback_shutdown(size_t n, instance** inst){
}
free(data->name);
free(inst[u]->impl);
+ inst[u]->impl = NULL;
}
LOG("Backend shut down");