mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
dpnet: Don't leak entry name.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1ca9dfc8ee
commit
54633e3956
@ -159,6 +159,7 @@ static ULONG WINAPI IDirectPlay8AddressImpl_Release(IDirectPlay8Address *iface)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
heap_free(entry->name);
|
||||||
heap_free(entry);
|
heap_free(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user