mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 14:13:18 -05:00
Fix memory leak (transcode buffer)
This commit is contained in:
parent
fab023085b
commit
2323fd302c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user