summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/destr.hxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-02-28 14:36:21 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-02-28 14:36:21 +0000
commite6e54c6deaeed94fec25ad706d6ff0e96796a74b (patch)
tree9c76d334795720bc0bda124fef481c3b8381a086 /cppu/source/uno/destr.hxx
parent*** empty log message *** (diff)
downloadcore-e6e54c6deaeed94fec25ad706d6ff0e96796a74b.tar.gz
core-e6e54c6deaeed94fec25ad706d6ff0e96796a74b.zip
debug cases
Diffstat (limited to 'cppu/source/uno/destr.hxx')
-rw-r--r--cppu/source/uno/destr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx
index 47e5be07b312..a6a27ab5d52b 100644
--- a/cppu/source/uno/destr.hxx
+++ b/cppu/source/uno/destr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: destr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2000-12-21 14:39:29 $
+ * last change: $Author: dbo $ $Date: 2001-02-28 15:36:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,10 +178,11 @@ inline void __destructAny(
break;
}
::rtl_freeMemory( pAny->pData );
-#ifdef DEBUG
+#ifdef _DEBUG
pAny->pData = (void *)0xdeadbeef;
#endif
}
+
::typelib_typedescriptionreference_release( pType );
}
//--------------------------------------------------------------------------------------------------