summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-12 20:16:59 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 20:26:41 +0100
commit169bc8f7906c364c75902d85707d1a5e2dffb61e (patch)
tree096bc55f472e95fc5d88af22fd592fb3f58d6ca8
parentc3891d88fc12055298f9d197d4ddfcb1dab9647b (diff)
Revert "cid#707662 uninitialized pointer field"
This reverts commit 5523275482686d1e49e9b5dcf70b1c8451628f6c. Makes every JunitTest crash and burn; clearly pReserved is sometimes initialized and then overwritten with 0. Change-Id: I0e9958149de14a23826feef0b1a32c9d374e4d13
-rw-r--r--binaryurp/source/binaryany.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryurp/source/binaryany.cxx b/binaryurp/source/binaryany.cxx
index 5dbf87b56808..c2cb74a09963 100644
--- a/binaryurp/source/binaryany.cxx
+++ b/binaryurp/source/binaryany.cxx
@@ -51,7 +51,6 @@ BinaryAny::BinaryAny(uno_Any const & raw) throw () {
BinaryAny::BinaryAny(BinaryAny const & other) throw () {
uno_type_any_construct(&data_, other.data_.pData, other.data_.pType, 0);
- data_.pReserved = NULL;
}
BinaryAny::~BinaryAny() throw () {