summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-28 14:52:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-28 22:06:38 +0200
commit08042d2c32f86117828e50923333e9952d1d835d (patch)
treeff750ab5d668d6406bda16de70fd4ef4b24ddeb0 /sfx2
parentf4ccf5da912a8cb33971cfd2f2276e90a0571d0b (diff)
cid#1500646 silence Resource leak
Change-Id: I68ae618a2f828de0d4043cf4d986c915ac1e1a7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138944 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/styledlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx
index 0e2551102a2a..786a6401a62b 100644
--- a/sfx2/source/dialog/styledlg.cxx
+++ b/sfx2/source/dialog/styledlg.cxx
@@ -65,6 +65,7 @@ SfxStyleDialogController::SfxStyleDialogController
*/
SfxStyleDialogController::~SfxStyleDialogController()
{
+ // coverity[leaked_storage] - deliberate, ownership is really with m_rStyle
m_xExampleSet.release();
}