mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Fix memory leak (transcode buffer)
This commit is contained in:
@@ -408,6 +408,7 @@ transcode_cleanup(struct transcode_ctx *ctx)
|
||||
avcodec_close(ctx->acodec);
|
||||
av_close_input_file(ctx->fmtctx);
|
||||
|
||||
free(ctx->abuffer);
|
||||
free(ctx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user