[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] Disposing/creating many images too fast
|
- From: lipe! <lipeandrade@xxxxxxxxx>
- Date: Tue, 17 Oct 2006 11:30:41 -0700
- Delivered-to: platform-swt-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kjbLSM1XeBkLWC4quyIVVcJpDP6J/fTEFT4CYzZQKoHTk/8SU8tm4jH4pxkMEe25hX2qfhGCOVTR5Q1/EGafGnD3lYPFDWIIQCtj1dQ47t3OGN+EWL/xKRbjy/c5J1M4dr/2/RHrdabOL9XVBI8IoGxysnoNRVO9KgSkeqoee3o=
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?