Commit 6aea17d8 authored by Hannes Domani's avatar Hannes Domani Committed by Rémi Denis-Courmont

wasapi: fix memory leak

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit 6db8aefc4e1c8fd8397e76c4b222aec63ee15ba2)
parent fb874129
......@@ -450,6 +450,8 @@ static void Stop(aout_stream_t *s)
IAudioClient_Stop(sys->client); /* should not be needed */
IAudioClient_Release(sys->client);
free(sys);
}
vlc_module_begin()
......
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