[jQuery] massive jquery memory leak in firefox 2.x: load() or empty()?

[jQuery] massive jquery memory leak in firefox 2.x: load() or empty()?


I assume this is a memory leak:
$(#id).empty();
$(#id).load(url, params, callback)
increases more and more the memory usage of firefox even if the
content is replaced (in my case about 0.5mb per request). since the
dev mailinglist did not work for me I
post it in here.
any sugestions? is this problme related to .empty() or to .load()?
-- mot