From kde-core-devel Fri Feb 25 04:57:24 2005 From: George Staikos Date: Fri, 25 Feb 2005 04:57:24 +0000 To: kde-core-devel Subject: [PATCH] uninit var in plastik Message-Id: <200502242357.25001.staikos () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=110930752124871 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_0ArHC+7QTcOFT6p" --Boundary-00=_0ArHC+7QTcOFT6p Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Our new default style has an uninitialized variable. Valgrind told me so. Patch attached. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ --Boundary-00=_0ArHC+7QTcOFT6p Content-Type: text/x-diff; charset="us-ascii"; name="plastik.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="plastik.patch" Index: plastik.cpp =================================================================== RCS file: /home/kde/kdelibs/kstyles/plastik/plastik.cpp,v retrieving revision 1.112 diff -u -3 -p -r1.112 plastik.cpp --- plastik.cpp 13 Feb 2005 12:58:00 -0000 1.112 +++ plastik.cpp 25 Feb 2005 04:56:21 -0000 @@ -156,6 +156,7 @@ PlastikStyle::PlastikStyle() : KStyle( A flatMode(false) { hoverWidget = 0; + hoverTab = 0; horizontalDots = 0; verticalDots = 0; --Boundary-00=_0ArHC+7QTcOFT6p--