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

New commits:
commit 0011e37abce90f84a0740413b951c5de8addcbc2
Author: David Tardon <dtar...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to