[Libreoffice-commits] core.git: sal/rtl
Stephan Bergmann
sbergman at redhat.com
Thu Nov 6 12:20:28 PST 2014
sal/rtl/ustring.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a9272d35755813838105ae735a1c65043e824c99
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 6 21:19:56 2014 +0100
Early return missing
Change-Id: I0d4f9b14f2a41a3acb08ba1b6c13fdf1174021e7
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx
index 3e4f5c3..5f1c12a 100644
--- a/sal/rtl/ustring.cxx
+++ b/sal/rtl/ustring.cxx
@@ -661,6 +661,8 @@ static void rtl_string2UString_status( rtl_uString** ppThis,
if (pInfo != NULL) {
*pInfo = 0;
}
+ RTL_LOG_STRING_NEW( *ppThis );
+ return;
}
retry:
{
More information about the Libreoffice-commits
mailing list