diff options
Diffstat (limited to 'cppu/source/uno/assign.hxx')
-rw-r--r-- | cppu/source/uno/assign.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cppu/source/uno/assign.hxx b/cppu/source/uno/assign.hxx index 7af9ac5edfb0..de47332804f0 100644 --- a/cppu/source/uno/assign.hxx +++ b/cppu/source/uno/assign.hxx @@ -2,9 +2,9 @@ * * $RCSfile: assign.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: dbo $ $Date: 2002-08-21 09:19:22 $ + * last change: $Author: jbu $ $Date: 2002-10-02 13:54:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,6 @@ inline sal_Bool _queryAndAssignInterface( // tweaky... avoiding acquire/ release pair ::typelib_typedescriptionreference_release( aRet.pType ); pSource = *(void **)aRet.pData; // serving acquired interface - ::rtl_freeMemory( aRet.pData ); } else { |