From 7977ac5421ce222773fac22ac3053f39a2694f16 Mon Sep 17 00:00:00 2001 From: Tom Wlostowski Date: Tue, 3 Mar 2015 15:07:56 -0500 Subject: [PATCH] Fix double free in P&S router causing KiCad to segfault. (fixes lp:1427803) --- pcbnew/router/length_tuner_tool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/router/length_tuner_tool.cpp b/pcbnew/router/length_tuner_tool.cpp index 79df24cfa5..51e36abe2f 100644 --- a/pcbnew/router/length_tuner_tool.cpp +++ b/pcbnew/router/length_tuner_tool.cpp @@ -103,7 +103,6 @@ public: LENGTH_TUNER_TOOL::~LENGTH_TUNER_TOOL() { - delete m_router; }