[Libreoffice-commits] .: cppuhelper/source

David Tardon dtardon at kemper.freedesktop.org
Mon May 16 09:20:59 PDT 2011


 cppuhelper/source/component_context.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 32e4e05d4f18eee7d60289b90000b0b3ae14b2cf
Author: David Tardon <dtardon at redhat.com>
Date:   Mon May 16 18:20:49 2011 +0200

    avoid double delete

diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx
index 59851cc..8f4b1c4 100644
--- a/cppuhelper/source/component_context.cxx
+++ b/cppuhelper/source/component_context.cxx
@@ -861,8 +861,6 @@ extern "C" { static void s_createComponentContext_v(va_list * pParam)
         xContext = xDelegate;
     }
 
-    delete[] pEntries;
-
     *ppContext = pTarget2curr->mapInterface(xContext.get(), ::getCppuType(&xContext));
 }}
 


More information about the Libreoffice-commits mailing list