diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 21:19:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 21:19:56 +0100 |
commit | a9272d35755813838105ae735a1c65043e824c99 (patch) | |
tree | 1f65dcc3aa2e213ba1303c1fde9eb843f08def2a /sal | |
parent | ae116edc835b025d61bc7f24711c95b68b4016dd (diff) |
Early return missing
Change-Id: I0d4f9b14f2a41a3acb08ba1b6c13fdf1174021e7
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/ustring.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx index 3e4f5c37e42b..5f1c12a02061 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: { |