Kaydet (Commit) 3fc53c64 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Meeks

Related: tdf#92392 protect against double dispose from dtor with disposeOnce

Change-Id: I40f3bdea784a1abed8f9732a9444cd8d1eccf4a9
(cherry picked from commit 5f216c82)
Reviewed-on: https://gerrit.libreoffice.org/16830Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst c2b8500e
......@@ -291,7 +291,7 @@ struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef >
~ScRefHdlrImpl()
{
dispose();
TBase::disposeOnce();
}
};
......
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