mlang: Free SCRIPTINFO structure embedded in EnumScript object.

This commit is contained in:
Hans Leidekker 2007-11-08 12:35:57 +01:00 committed by Alexandre Julliard
parent 9b3ec4fbb8
commit 90d76060c4
1 changed files with 1 additions and 0 deletions

View File

@ -1216,6 +1216,7 @@ static ULONG WINAPI fnIEnumScript_Release(
if (ref == 0) if (ref == 0)
{ {
TRACE("Destroying %p\n", This); TRACE("Destroying %p\n", This);
HeapFree(GetProcessHeap(), 0, This->script_info);
HeapFree(GetProcessHeap(), 0, This); HeapFree(GetProcessHeap(), 0, This);
} }