[Libreoffice-commits] core.git: 2 commits - editeng/source libexttextcat/Zip_fingerprint.mk

Caolán McNamara caolanm at redhat.com
Sat Mar 9 11:10:59 PST 2013


 editeng/source/misc/txtrange.cxx |    1 +
 libexttextcat/Zip_fingerprint.mk |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit eba2ef9504fe4034cbb44840d459d82ab8a141b1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Mar 9 19:09:45 2013 +0000

    lm files missing from fingerprint.zip again
    
    Change-Id: I4edb3adb39674d612f302e1f95f05905cd33bcde

diff --git a/libexttextcat/Zip_fingerprint.mk b/libexttextcat/Zip_fingerprint.mk
index 6232375..87c641f 100644
--- a/libexttextcat/Zip_fingerprint.mk
+++ b/libexttextcat/Zip_fingerprint.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Zip_use_unpacked,fingerprint,exttextcat))
 
 $(eval $(call gb_Zip_add_files,fingerprint,\
 	fpdb.conf \
-	LM/*.lm \
+	$(WORKDIR)/UnpackedTarball/exttextcat/langclass/LM/*.lm \
 ))
 
 $(eval $(call gb_Zip_add_commandoptions,fingerprint,-j))
commit 65a10fffc734b86a2f6814e4dfc9aadfc0ae3fa7
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 04:15:12 2012 +0000

    Resolves: #i120667#, pBound member obj in TextRanger is not freed
    
    Found by: zhangjf
    Patch by: zhangjf
    
    Change-Id: Ifa4c49cd3f7f576c9c86e0269fe9e7ae69a9b325

diff --git a/editeng/source/misc/txtrange.cxx b/editeng/source/misc/txtrange.cxx
index 60a3fad..79c2ae7 100644
--- a/editeng/source/misc/txtrange.cxx
+++ b/editeng/source/misc/txtrange.cxx
@@ -77,6 +77,7 @@ TextRanger::~TextRanger()
     mRangeCache.clear();
     delete mpPolyPolygon;
     delete mpLinePolyPolygon;
+    delete pBound;
 }
 
 /* TextRanger::SetVertical(..)


More information about the Libreoffice-commits mailing list