[Libreoffice-commits] libcdr.git: src/lib

David Tardon dtardon at redhat.com
Sat Apr 8 13:36:55 UTC 2017


 src/lib/CDRContentCollector.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0011e37abce90f84a0740413b951c5de8addcbc2
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 8 15:35:31 2017 +0200

    ofz#1009 fix leak
    
    Change-Id: If73e988e12a5be29a674495e4b7654ce6d8c5135

diff --git a/src/lib/CDRContentCollector.cpp b/src/lib/CDRContentCollector.cpp
index a703e6d..ed6640a 100644
--- a/src/lib/CDRContentCollector.cpp
+++ b/src/lib/CDRContentCollector.cpp
@@ -78,6 +78,7 @@ libcdr::CDRContentCollector::~CDRContentCollector()
     _endPage();
   if (m_isDocumentStarted)
     _endDocument();
+  delete m_polygon;
 }
 
 void libcdr::CDRContentCollector::_startDocument()


More information about the Libreoffice-commits mailing list