summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_datasupplier.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
index 65daafdcf784..6c33708c0199 100644
--- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
@@ -428,6 +428,7 @@ bool ResultSetDataSupplier::queryNamesOfChildren()
*pNamesOfChildren ) )
{
OSL_FAIL( "Got no list of children!" );
+ delete pNamesOfChildren;
m_pImpl->m_bThrowException = sal_True;
return false;
}