TRACKS_CLEANER: post-rebase fixes

This commit is contained in:
Tomasz Wlostowski 2020-08-12 00:16:58 +02:00
parent c607a60e3b
commit ae5eab1d85
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ void TRACKS_CLEANER::deleteTracksInPads()
if( poly.IsEmpty() )
{
CLEANUP_ITEM* item = new CLEANUP_ITEM( CLEANUP_TRACK_IN_PAD );
std::shared_ptr<CLEANUP_ITEM> item( new CLEANUP_ITEM( CLEANUP_TRACK_IN_PAD ) );
item->SetItems( track );
m_itemsList->push_back( item );