From a7672716f810c5103f5412b921e6168ec542d42c Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Sun, 14 Oct 2018 06:51:09 -0700 Subject: [PATCH] Revert "pcbnew: Fix memory leak in Eagle importer" This reverts commit 45d438cd13b4c9231f9e461d81aa311a067b1fee. --- 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 653f48e400..a9cc6f406e 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; }