mp3dmod: Fix a memory leak (Valgrind).
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
532c986ac5
commit
839a1762cb
|
@ -98,6 +98,7 @@ static ULONG WINAPI Unknown_Release(IUnknown *iface)
|
||||||
|
|
||||||
if (!refcount)
|
if (!refcount)
|
||||||
{
|
{
|
||||||
|
MoFreeMediaType(&This->outtype);
|
||||||
mpg123_delete(This->mh);
|
mpg123_delete(This->mh);
|
||||||
heap_free(This);
|
heap_free(This);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue