On Wed, Jun 4, 2008 at 4:49 PM, Friedrich W. H. Kossebau <kossebau@kde.org> wrote:
Am Mittwoch, 4. Juni 2008, um 15:38 Uhr, schrieb Lukáš Tinkl:
> Dne Sunday 1. of June 2008 01:34:12 Eduardo Robles Elvira napsal(a):
> > SVN commit 815027 by edulix:
> >
> > Fixing *huge* memory leak in konqueror: in KonqView::~KonqView() we were
> > just not deleting the HistoryEntries. No kidding. Each view can contain
> > *a lot* of HistoryEntries, and each entry contains lots of data: url,
> > locationBarURL, title, buffer, postData, etc. All that was being leaked
> > when deleting konqviews (i.e. closing a tab).
> >
> > Thanks pinotree for helping out with valgrind and giving me the valgrind
> > output, you rock!
> >
> > CCMAIL:kfm-devel@kde.org
> > CCMAIL:faure@kde.org
>
> Has this been backported?

Even to KDE 3 perhaps? (I suspect for long all my dozens running konqueror
instances to behave this way, so I have to restart once in a while instead of
only suspend, to clear memory usage).

Uhm no, it hasn't been backported, but probably it should. I will backport it ;-)