Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
6e52e193
Commit
6e52e193
authored
Feb 17, 2014
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small leak fix.
parent
f82e0784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
pns_router.cpp
pcbnew/router/pns_router.cpp
+4
-0
No files found.
pcbnew/router/pns_router.cpp
View file @
6e52e193
...
...
@@ -339,9 +339,13 @@ void PNS_ROUTER::ClearWorld()
if
(
m_placer
)
delete
m_placer
;
if
(
m_previewItems
)
delete
m_previewItems
;
m_clearanceFunc
=
NULL
;
m_world
=
NULL
;
m_placer
=
NULL
;
m_previewItems
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment