Commit 839a1762 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

mp3dmod: Fix a memory leak (Valgrind).

parent 532c986a
......@@ -98,6 +98,7 @@ static ULONG WINAPI Unknown_Release(IUnknown *iface)
if (!refcount)
{
MoFreeMediaType(&This->outtype);
mpg123_delete(This->mh);
heap_free(This);
}
......
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