diff options
Diffstat (limited to 'src/rmd_cache_audio.c')
-rw-r--r-- | src/rmd_cache_audio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c index 1fd21b7..6a1d9e5 100644 --- a/src/rmd_cache_audio.c +++ b/src/rmd_cache_audio.c @@ -102,6 +102,10 @@ void *rmdCacheAudioBuffer(ProgData *pdata) } } +#ifdef HAVE_LIBJACK + free(jackbuf); +#endif + fclose(pdata->cache_data->afp); pthread_exit(&errno); } |