SVN commit 725961 by chehrlic:
dfaure is right - it was an autodelete-list
M +1 -1 linepath.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/linepath.cpp #725960:725961
@@ -270,7 +270,7 @@
/* remove the segment from the list */
- m_LineList.removeAt( pointIndex );
+ delete m_LineList.takeAt( pointIndex );
return true;
}