<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi Everyone,</DIV>
<DIV>    I'm using mapscript.jar in Java project.When I use the DrawMap.java examples in my Java Application,the Memory will not increase,the codes is below:</DIV>
<DIV>        for (i=0; i<1000; i++) {</DIV>
<DIV>mapObj map = new mapObj("mymapfile.map");<BR><BR>     imageObj img = map.draw();<BR>        }<BR>    img.delete();<BR>    map.delete();</DIV></td></tr></table>