road0001 / tweensy

Automatically exported from code.google.com/p/tweensy
1 stars 0 forks source link

Memory Leak #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Objects
2. Tween them for a long time
3.

What is the expected output? What do you see instead?
The output is just as expected, but when examining the Memory from task 
manager, after letting it run 10/15 minutes, from 265,000K it increased to 
284,000K

What version of the product are you using? On what operating system?
version 0.2.2 on Windows 7

Please provide any additional information below.
Tweening the same objects for an amount of time (always assigning different 
tweens to the objects) will increase memory size, signifying a memory leak

Original issue reported on code.google.com by netfur...@msn.com on 14 Nov 2010 at 1:52