aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/decoder/aac_plugin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/aac_plugin.c b/src/decoder/aac_plugin.c
index 1817f9cf4..de044ae12 100644
--- a/src/decoder/aac_plugin.c
+++ b/src/decoder/aac_plugin.c
@@ -282,8 +282,6 @@ static float getAacFloatTotalTime(const char *file)
faacDecClose(decoder);
}
- if (b.buffer)
- free(b.buffer);
input_stream_close(&inStream);
return length;
@@ -352,8 +350,6 @@ aac_stream_decode(struct decoder *mpd_decoder, struct input_stream *inStream)
if (bread < 0) {
ERROR("Error not a AAC stream.\n");
faacDecClose(decoder);
- if (b.buffer)
- free(b.buffer);
return;
}