Skip to content
Snippets Groups Projects
Commit d1928b0e authored by Eloi Bail's avatar Eloi Bail Committed by Guillaume Roguez
Browse files

media: fix memory leak in audio decoder

AVPacket are not freed after use. The solution deals with
allocating AVPacket on the stack and ensuring to free it
calling av_packet_unref.
This fix has also widly deployed on Video for having a unique
method other the code.

Change-Id: I049b29effb4e6748ee2dd12b4c52536c99fef498
Tuleap: #91
parent 4c93660e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment