Kaydet (Commit) c3891d88 authored tarafından Michael Stahl's avatar Michael Stahl

Revert "cid#707661 uninitialized pointer field"

This reverts commit e453ba96.

Makes every JunitTest crash and burn; clearly pReserved is sometimes
initialized and then overwritten with 0.

Change-Id: I4d280770cecf131d1bbcfb9e2550c89b74150c1d
üst 6fa0b370
...@@ -39,7 +39,6 @@ BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value) ...@@ -39,7 +39,6 @@ BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value)
{ {
assert(type.is()); assert(type.is());
uno_any_construct(&data_, value, type.get(), 0); uno_any_construct(&data_, value, type.get(), 0);
data_.pReserved = NULL;
} }
BinaryAny::BinaryAny(uno_Any const & raw) throw () { BinaryAny::BinaryAny(uno_Any const & raw) throw () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment