summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrag.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-09 07:21:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-09 07:22:55 +0900
commitc70fc41d6b7eb6f56c70b8e85469c5db66837a42 (patch)
treebb95cb099e8930ec77aa4ae0f3ed088fdb8d6435 /svx/source/svdraw/svddrag.cxx
parent0f9190b1fad6a468a03d13db0345051aef82217a (diff)
deleting NULL is safe
Change-Id: Ief65149bc88ac4ce8badc7dbce818fca0cdcb201
Diffstat (limited to 'svx/source/svdraw/svddrag.cxx')
-rw-r--r--svx/source/svdraw/svddrag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svddrag.cxx b/svx/source/svdraw/svddrag.cxx
index 9d836f1e5fbe..0a982d2a40cf 100644
--- a/svx/source/svdraw/svddrag.cxx
+++ b/svx/source/svdraw/svddrag.cxx
@@ -26,7 +26,7 @@ void SdrDragStat::Clear(bool bLeaveOne)
delete aPnts.back();
aPnts.pop_back();
}
- if (pUser!=NULL) delete pUser;
+ delete pUser;
pUser=NULL;
aPnts.clear();
if (bLeaveOne) {