Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Disposing/creating many images too fast

Hi all,

On my application i need to refresh many images frequently.

Then i figured something: when i invoke dispose() on my resources,
they arent freed immediately, unabling me to recreate them (i am
getting "No more handles").

I investigated with Sleak and theres no memory leaks. Everytime the
number of objects are the same.


Any workaround?


Back to the top