cid#707661 uninitialized pointer field

Change-Id: I6fee8665ce1875ffa8e01bd395bb91a3d2bb40c8
This commit is contained in:
Noel Grandin 2014-02-12 12:27:42 +02:00
parent de476d0146
commit e453ba963e

View File

@ -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 () {