[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete
From:       Pali Rohár <pali.rohar () gmail ! com>
Date:       2013-06-01 22:09:20
Message-ID: 20130601220920.7C682AC85D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1356759 by pali:

Fix possible memory leak in KopeteWindow


 M  +1 -1      kopetewindow.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp #1356758:1356759
@@ -468,7 +468,7 @@
 	d->actionShowEmptyGroups->setCheckedState ( KGuiItem ( i18n ( "Hide Empty &Groups" ) ) );
     */
 
-	KFilterProxySearchLine* searchLine = new KFilterProxySearchLine();
+	KFilterProxySearchLine* searchLine = new KFilterProxySearchLine ( this );
 	searchLine->setProxy( d->proxyModel );
 	KAction *quickSearch = new KAction ( i18n ( "Quick Search Bar" ), this );
 	actionCollection()->addAction ( "quicksearch_bar", quickSearch );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic