lotuswordpro/source/filter/bencont.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65deab68f7918c82026951b04a414eefee2683b2
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 10 11:42:46 2015 +0000

    use of uninitialized variable
    
    Change-Id: I1149eb9f5946228a2448c121e7ec7211861b3b3d

diff --git a/lotuswordpro/source/filter/bencont.cxx 
b/lotuswordpro/source/filter/bencont.cxx
index 9c45a0c..82551295 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -226,7 +226,7 @@ BenError LtcBenContainer::SeekFromEnd(long Offset)
 */
 LtcUtBenValueStream * 
LtcBenContainer::FindNextValueStreamWithPropertyName(const char * 
sPropertyName, LtcUtBenValueStream * pCurrentValueStream)
 {
-    CBenPropertyName * pPropertyName;
+    CBenPropertyName * pPropertyName(nullptr);
     RegisterPropertyName(sPropertyName, &pPropertyName);        // Get 
property name object
 
     if (nullptr == pPropertyName)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to