sfx2/source/dialog/tabdlg.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit eb69f807c4709a908222cb57b45a8733be663c56 Author: Julien Nabet <serval2...@yahoo.fr> Date: Tue Mar 26 23:29:27 2013 +0100 coverity#440839 Resource leak in object Change-Id: Icf65fdaac8c5ed852a85dce18fc49d401c12074e diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index b17b038..6e13217 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -175,6 +175,10 @@ struct TabDlg_Impl pData ( new SfxTabDlgData_Impl( nCnt ) ), pController ( NULL ) {} + ~TabDlg_Impl() + { + delete(pData); + } }; Data_Impl* Find( SfxTabDlgData_Impl& rArr, sal_uInt16 nId, sal_uInt16* pPos = 0 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits