Kaydet (Commit) 55232754 authored tarafından Noel Grandin's avatar Noel Grandin

cid#707662 uninitialized pointer field

Change-Id: I031497ef2f789a87724357b28e5fed70afa46dcc
üst e453ba96
......@@ -51,6 +51,7 @@ 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 () {
......
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