svgio/source/svgreader/svgdocumenthandler.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 9b197ca70a591cba050075b61b7da1ecd9e4e224
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jan 16 20:57:12 2018 +0000

    ofz#5431 Direct-leak
    
    Change-Id: I4ab6739bd2ae63170ade7019036827455f764666
    Reviewed-on: https://gerrit.libreoffice.org/48014
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx 
b/svgio/source/svgreader/svgdocumenthandler.cxx
index 1ce1e3b55ffd..60fab9e84e45 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -144,14 +144,12 @@ namespace svgio
 
         SvgDocHdl::~SvgDocHdl()
         {
-#ifdef DBG_UTIL
             if(mpTarget)
             {
                 OSL_ENSURE(false, "SvgDocHdl destructed with active target 
(!)");
                 delete mpTarget;
             }
             OSL_ENSURE(!maCssContents.size(), "SvgDocHdl destructed with 
active css style stack entry (!)");
-#endif
         }
 
         void SvgDocHdl::startDocument(  )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to