[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source
Caolán McNamara
caolanm at redhat.com
Tue Jul 7 13:34:42 PDT 2015
sc/source/ui/inc/anyrefdg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3fc53c64086298e1969064a1205ad9b7c660fc4c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jul 7 16:29:45 2015 +0100
Related: tdf#92392 protect against double dispose from dtor with disposeOnce
Change-Id: I40f3bdea784a1abed8f9732a9444cd8d1eccf4a9
(cherry picked from commit 5f216c82ab5fbab44ab55a5127d0be7d4a2da8e3)
Reviewed-on: https://gerrit.libreoffice.org/16830
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index 395dcaf..249a8b8 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -291,7 +291,7 @@ struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef >
~ScRefHdlrImpl()
{
- dispose();
+ TBase::disposeOnce();
}
};
More information about the Libreoffice-commits
mailing list