[Uml-devel] KDE/kdesdk/umbrello/umbrello

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Oct 16 18:29:05 UTC 2007


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;
 }




More information about the umbrello-devel mailing list