Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
dc0ab1c4
Commit
dc0ab1c4
authored
Dec 15, 2011
by
Matthias Braun
Browse files
dfs_free forgot to free its obstack
parent
86d52903
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/dfs.c
View file @
dc0ab1c4
...
...
@@ -207,6 +207,7 @@ dfs_t *dfs_new(const absgraph_t *graph_impl, void *graph_self)
void
dfs_free
(
dfs_t
*
dfs
)
{
obstack_free
(
&
dfs
->
obst
,
NULL
);
del_set
(
dfs
->
nodes
);
del_set
(
dfs
->
edges
);
xfree
(
dfs
->
pre_order
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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