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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       Andreas Kling <kling () impul ! se>
Date:       2006-07-28 23:23:15
Message-ID: 1154128995.209419.9360.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 567480 by kling:

Set m_bDeep in all KServiceGroup constructors, or it may be used uninitialized in load() and entries().
kbuildsycoca did this, and valgrind caught it.

CCMAIL: bastian@kde.org


 M  +2 -0      kservicegroup.cpp  


--- branches/KDE/3.5/kdelibs/kio/kio/kservicegroup.cpp #567479:567480
@@ -48,6 +48,7 @@
 {
   d = new KServiceGroup::Private;
   m_bDeleted = false;
+  m_bDeep = false;
 }
 
 KServiceGroup::KServiceGroup( const QString &configFile, const QString & _relpath )
@@ -55,6 +56,7 @@
 {
   d = new KServiceGroup::Private;
   m_bDeleted = false;
+  m_bDeep = false;
 
   QString cfg = configFile;
   if (cfg.isEmpty())
[prev in list] [next in list] [prev in thread] [next in thread] 

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