mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Revert "pcbnew: Fix memory leak in Eagle importer"
This reverts commit a5bdee747a59f80cf46f5aad5593aa4e1617b7c3.
This commit is contained in:
parent
82b37a5cbe
commit
e34dc4abb1
@ -293,7 +293,7 @@ BOARD* EAGLE_PLUGIN::Load( const wxString& aFileName, BOARD* aAppendToMe, const
|
||||
|
||||
centerBoard();
|
||||
|
||||
deleter.reset();
|
||||
deleter.release();
|
||||
return m_board;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user