mlang: Free SCRIPTINFO structure embedded in EnumScript object.
This commit is contained in:
parent
9b3ec4fbb8
commit
90d76060c4
|
@ -1216,6 +1216,7 @@ static ULONG WINAPI fnIEnumScript_Release(
|
|||
if (ref == 0)
|
||||
{
|
||||
TRACE("Destroying %p\n", This);
|
||||
HeapFree(GetProcessHeap(), 0, This->script_info);
|
||||
HeapFree(GetProcessHeap(), 0, This);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue