ref: dea8506d37809f5a824d8e15246895cb283a117c
parent: 3e1c4829e339e6cb24c8f862e8f5a3f715bd4d85
author: Paul Brossier <piem@piem.org>
date: Sun Dec 16 14:17:44 EST 2018
[io] always call del_ when new_ fails
--- a/src/io/source_apple_audio.c
+++ b/src/io/source_apple_audio.c
@@ -85,7 +85,7 @@
return s;
beach:
- AUBIO_FREE(s);
+ del_aubio_source_apple_audio(s);
return NULL;
}