diff --git a/pcbnew/router/pns_dragger.cpp b/pcbnew/router/pns_dragger.cpp index 2922cbb675..349cc1ce18 100644 --- a/pcbnew/router/pns_dragger.cpp +++ b/pcbnew/router/pns_dragger.cpp @@ -754,6 +754,7 @@ bool DRAGGER::Drag( const VECTOR2I& aP ) if( m_lastNode ) { delete m_lastNode; + m_draggedItems.Clear(); m_lastNode = nullptr; } }