cid#707661 uninitialized pointer field
Change-Id: I6fee8665ce1875ffa8e01bd395bb91a3d2bb40c8
This commit is contained in:
parent
de476d0146
commit
e453ba963e
@ -38,6 +38,7 @@ BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value)
|
||||
{
|
||||
assert(type.is());
|
||||
uno_any_construct(&data_, value, type.get(), 0);
|
||||
data_.pReserved = NULL;
|
||||
}
|
||||
|
||||
BinaryAny::BinaryAny(uno_Any const & raw) throw () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user