>>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
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
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.
(