Commit 6db8aefc 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>
parent 8cbac79a
......@@ -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