summaryrefslogtreecommitdiff
path: root/cppu/source/uno/assign.hxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-10-02 12:54:44 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-10-02 12:54:44 +0000
commit4a91e57316e327b9916753a74fc1d3a5c83025f1 (patch)
tree34b3e76832016a775c5666aa7f8376cf9a48cb9c /cppu/source/uno/assign.hxx
parent833fd36218dde718fbe41e94a4ddfb4378a06547 (diff)
#103813# removed a wrong rtl_freeMemory
Diffstat (limited to 'cppu/source/uno/assign.hxx')
-rw-r--r--cppu/source/uno/assign.hxx5
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
{