[Libreoffice-commits] core.git: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 23 09:06:15 UTC 2018
svx/source/svdraw/svdmrkv1.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit cd6dd8c6f3562cbccbc971b916c6a8933840ffeb
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Oct 23 09:27:19 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Oct 23 11:05:51 2018 +0200
tdf#120794 crash while selecting a drawing line
regression from
commit b4fc996520b47a6212661a9de3a1c72ccfc379a4
loplugin:useuniqueptr in SdrHdlList
Change-Id: Ic49c60020b1d86b4c65cc4662393415b96af714e
Reviewed-on: https://gerrit.libreoffice.org/62222
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx
index d9a6fc66796a..34b24cdfff41 100644
--- a/svx/source/svdraw/svdmrkv1.cxx
+++ b/svx/source/svdraw/svdmrkv1.cxx
@@ -156,7 +156,6 @@ bool SdrMarkView::ImpMarkPoint(SdrHdl* pHdl, SdrMark* pMark, bool bUnmark)
if (pPlusHdl->IsPlusHdl() && pPlusHdl->GetSourceHdlNum()==nHdlNum)
{
maHdlList.RemoveHdl(i);
- delete pPlusHdl;
}
}
}
More information about the Libreoffice-commits
mailing list