This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirrors
/
kicad
mirror of
https://github.com/KiCad/kicad-source-mirror
Watch
3
Star
0
Fork
0
Code
Releases
Activity
Browse Source
Fix double free in P&S router causing KiCad to segfault. (fixes lp:1427803)
pull/2/head
Tom Wlostowski
11 years ago
committed by
Wayne Stambaugh
parent
c7d04c3d08
commit
7977ac5421
1 changed files
with
0 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
pcbnew/router/length_tuner_tool.cpp
1
pcbnew/router/length_tuner_tool.cpp
View File
@ -103,7 +103,6 @@ public:
LENGTH_TUNER_TOOL
:
:
~
LENGTH_TUNER_TOOL
(
)
LENGTH_TUNER_TOOL
:
:
~
LENGTH_TUNER_TOOL
(
)
{
{
delete
m_router
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirrors/kicad
Title
Body
Create Issue