Revert "pcbnew: Fix memory leak in Eagle importer"

This reverts commit 45d438cd13.
This commit is contained in:
Seth Hillbrand 2018-10-14 06:51:09 -07:00
parent d66e0d4f7a
commit a7672716f8
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ BOARD* EAGLE_PLUGIN::Load( const wxString& aFileName, BOARD* aAppendToMe, const
centerBoard();
deleter.reset();
deleter.release();
return m_board;
}