diff options
author | cbdev <cb@cbcdn.com> | 2020-02-26 00:04:55 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-02-26 00:04:55 +0100 |
commit | 1b3878956f02e274c480815774f9c6f39d65117f (patch) | |
tree | 1e9da3923e9b438d8bb37484257d3602b01bda44 /backends | |
parent | 0a59a6bd47597d4577c0a550779d2e352127d186 (diff) | |
download | midimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.gz midimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.bz2 midimonster-1b3878956f02e274c480815774f9c6f39d65117f.zip |
Use (spell-)lintian from package repositories in CI
Diffstat (limited to 'backends')
-rw-r--r-- | backends/loopback.c | 1 |
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"); |