avplay: free the active audio packet at exit.

fixes a memleak
This commit is contained in:
Justin Ruggles 2011-10-12 14:44:02 -04:00
parent cb2c4de3a1
commit c74f1f47b2
1 changed files with 1 additions and 0 deletions

View File

@ -2268,6 +2268,7 @@ static void stream_component_close(VideoState *is, int stream_index)
SDL_CloseAudio();
packet_queue_end(&is->audioq);
av_free_packet(&is->audio_pkt);
if (is->reformat_ctx)
av_audio_convert_free(is->reformat_ctx);
is->reformat_ctx = NULL;