Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
23039d5b
Commit
23039d5b
authored
Jun 25, 2004
by
Leigh B. Stoller
Browse files
Release (undef) a couple of temp hash arrays once done with them.
parent
03d63a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.route
View file @
23039d5b
...
...
@@ -450,6 +450,8 @@ sub ddijkstra ($)
}
}
close
(
MAP
);
undef
(
$topomap
);
undef
(
%lans
);
#
# Now run the dijkstra program on the input.
...
...
Write
Preview
Supports
Markdown
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