Commit ac4b9763 authored by Jean-Paul Saman's avatar Jean-Paul Saman

davinci: audio.c: call davinci_RuntimeExit() wrapper on Close().

Forgot to call davinci_RuntimeExit() wrapper on Close() for modules/codec/davinci/audio.c
in commit 4aef7755
parent c835a2fe
......@@ -180,7 +180,7 @@ void CloseAudioDecoder( vlc_object_t *p_this )
Engine_close( p_sys->e );
/* Exit the codec engine */
CERuntime_exit();
davinci_RuntimeExit( p_this );
/* Free 'DaVinci compliant' buffers */
davinci_FreeBuffer( &p_sys->in );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment