summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rmd_cache_audio.c4
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);
}
© All Rights Reserved