Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
0fddf0c0
Commit
0fddf0c0
authored
Jul 31, 2008
by
yb9976
Browse files
Fixed one more memory leak.
[r20851]
parent
5591a8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irlivechk.c
View file @
0fddf0c0
...
...
@@ -313,7 +313,7 @@ lv_chk_t *lv_chk_new(ir_graph *irg, const dfs_t *dfs)
void
lv_chk_free
(
lv_chk_t
*
lv
)
{
obstack_free
(
phase_
obst
(
&
lv
->
ph
)
,
NULL
)
;
phase_
free
(
&
lv
->
ph
);
xfree
(
lv
);
}
...
...
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