Skip to content
Snippets Groups Projects
Commit b173f5c1 authored by wm4's avatar wm4 Committed by Michael Niedermayer
Browse files

oggdec: fix invalid free on error


The read_packet callback passes a pointer to a stack-allocated AVPacket.
Attempting to free it with av_free() makes no sense.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent e2cd28c9
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.
Finish editing this message first!
Please register or to comment