Kaydet (Commit) ff50e9ac authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1078790 Resource leak

Change-Id: I1c5af09932a5004c5c76080fd490e53d8927c285
üst d2ddff7b
......@@ -3437,7 +3437,10 @@ eF_ResT SwWW8ImplReader::Read_F_Tox( WW8FieldDesc* pF, OUString& rStr )
}
}
if ( pForm )
{
pBase->SetTOXForm( *pForm );
delete pForm;
}
}
if (eCreateFrom)
......
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