Did you try
 Code:
$s = CreateObject("Kixtart.System")
Debug on
For $i = 1 to 100
	$f = $s.Form
	$f.Dispose
	$f = ""
Next
$s = ""

Just to see if the memory is cleared up ?