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

List:       kde-commits
Subject:    [oxygen-gtk/gtk3] src: Fixed uninitialized variable in oxygenwidgetlookup.
From:       Hugo Pereira Da Costa <hugo () oxygen-icons ! org>
Date:       2013-12-11 21:36:08
Message-ID: E1VqrRw-0000BD-Ui () scm ! kde ! org
[Download RAW message or body]

Git commit 0ed4fff5884c1b7b80ba21fc6f92edfa8e7ee6f2 by Hugo Pereira Da Cost=
a.
Committed on 11/12/2013 at 21:23.
Pushed by hpereiradacosta into branch 'gtk3'.

Fixed uninitialized variable in oxygenwidgetlookup.
CCBUG: 328681

M  +2    -1    src/oxygenwidgetlookup.cpp

http://commits.kde.org/oxygen-gtk/0ed4fff5884c1b7b80ba21fc6f92edfa8e7ee6f2

diff --git a/src/oxygenwidgetlookup.cpp b/src/oxygenwidgetlookup.cpp
index f21e0f7..882f686 100644
--- a/src/oxygenwidgetlookup.cpp
+++ b/src/oxygenwidgetlookup.cpp
@@ -33,7 +33,8 @@ namespace Oxygen
     //__________________________________________________________________
     WidgetLookup::WidgetLookup( void ):
         _hooksInitialized( false ),
-        _context( 0L )
+        _context( 0L ),
+        _widget( 0L )
     {}
 =

 =


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

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