Am 01.08.2012 um 01:03 schrieb Jon Daggett <[email protected]>:
> Hi, > > I have the following line of code in a timer that fires every 67ms: > > smallsnap.graphics.drawpicture(temppic,0,0,V_Blocks,V_Rows,0,0,temppic.width,temppic.height) > > With this one line of code, my app acts like it has a memory leak. The > memory consumed by the app grows by about 2MB per second (and eventually will > result in a stack overflow) when that line of code is active. If I comment > out just that single line, everything is fine. > > Any idea why this would be doing that? Is there a better, faster or more > efficient way? I'm just resizing a small graphic down to an even smaller > size. Can you send me a little sample project showing the problem? Greetings Christian -- Check out the Omega Bundle: http://www.omegabundle.com/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
