Bug 164334

Summary: Huge memory leak when swiching feeds
Product: [Applications] akregator Reporter: Urs Wolfer <uwolfer>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: christophe, lehoangphuongbg, tpr
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Urs Wolfer 2008-06-17 20:52:38 UTC
Version:            (using Devel)
Installed from:    Compiled sources

If you switch feeds in the feed panel, Akregator leaks a lot of memory.
You can reproduce it all the time. Just open a system monitor, and switch feeds (here with a *lot* of items). Akregator uses then after a short time several hundred MB memory.
Comment 1 Teemu Rytilahti 2008-08-19 12:10:07 UTC
SVN commit 849243 by rytilahti:

don't leak so much memory when changing between feeds.

totally unscientific measurements done with ksysguard and by swithing between all \
                feeds (9189 total/35011 unread) and slashdot (3435/3930):
startup: 35,048K, switch to all: 44,336K, slashdot: 41,876K, all: 44,824K, slashdot: \
42,696K does still seem to leak, but nothing like it used to be (switching between \
all and slashdot it took approx 8MB)

CCBUG:164334


 M  +2 -2      articlelistview.cpp  
 M  +8 -2      selectioncontroller.cpp  
 M  +1 -0      selectioncontroller.h