Re: [qooxdoo-devel] Thoughts about ObjectRegistry

2008-08-27 Thread stefan . hansel
>>Have you any article about this issue found? I googled some hours but do >>not find anything relevant. In the source code of jquery and dojo I also >>do not find that they have seen such an issue. No - I don't have any article nor searched for it. I just realized it when doing all the tests

Re: [qooxdoo-devel] Thoughts about ObjectRegistry

2008-08-27 Thread Sebastian Werner
Hi Stefan, see my comments below. [EMAIL PROTECTED] schrieb: > Some thoughts about the ObjectRegistry, now that this is the last source > of memory leaks (at least in my small examples): > As a reminder: maps written like the following: > registry[hash] = obj > > with an ever-changing hash-v

[qooxdoo-devel] Thoughts about ObjectRegistry

2008-08-26 Thread stefan . hansel
Some thoughts about the ObjectRegistry, now that this is the last source of memory leaks (at least in my small examples): As a reminder: maps written like the following: registry[hash] = obj with an ever-changing hash-value leak at least on IE7, even after correct deletion of key/value pairs. (