Revert "pcbnew: Fix memory leak in Eagle importer"

This reverts commit a5bdee747a.
This commit is contained in:
Seth Hillbrand 2018-10-14 06:47:20 -07:00
parent 82b37a5cbe
commit e34dc4abb1
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;
}