Commit 7977ac54 authored by Tom Wlostowski's avatar Tom Wlostowski Committed by Wayne Stambaugh

Fix double free in P&S router causing KiCad to segfault. (fixes lp:1427803)

parent c7d04c3d
...@@ -103,7 +103,6 @@ public: ...@@ -103,7 +103,6 @@ public:
LENGTH_TUNER_TOOL::~LENGTH_TUNER_TOOL() LENGTH_TUNER_TOOL::~LENGTH_TUNER_TOOL()
{ {
delete m_router;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment