summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/rtl/random.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/random.cxx b/sal/rtl/random.cxx
index 48dc886b444f..6a8142ebf11d 100644
--- a/sal/rtl/random.cxx
+++ b/sal/rtl/random.cxx
@@ -298,8 +298,8 @@ void SAL_CALL rtl_random_destroyPool (rtlRandomPool Pool) SAL_THROW_EXTERN_C()
if(pImpl->m_hDigest)
{
rtl_digest_destroy (pImpl->m_hDigest);
- rtl_freeZeroMemory (pImpl, sizeof (RandomPool_Impl));
}
+ rtl_freeZeroMemory (pImpl, sizeof (RandomPool_Impl));
}
}