From 4a91e57316e327b9916753a74fc1d3a5c83025f1 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Wed, 2 Oct 2002 12:54:44 +0000 Subject: #103813# removed a wrong rtl_freeMemory --- cppu/source/uno/assign.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cppu/source/uno/assign.hxx') 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 { -- cgit