From e34dc4abb1a793fb01e757d27710bca17afd909b Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Sun, 14 Oct 2018 06:47:20 -0700 Subject: [PATCH] Revert "pcbnew: Fix memory leak in Eagle importer" This reverts commit a5bdee747a59f80cf46f5aad5593aa4e1617b7c3. --- pcbnew/eagle_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/eagle_plugin.cpp b/pcbnew/eagle_plugin.cpp index 1b44091be9..6b82ea74da 100644 --- a/pcbnew/eagle_plugin.cpp +++ b/pcbnew/eagle_plugin.cpp @@ -293,7 +293,7 @@ BOARD* EAGLE_PLUGIN::Load( const wxString& aFileName, BOARD* aAppendToMe, const centerBoard(); - deleter.reset(); + deleter.release(); return m_board; }