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
ea963154
Commit
ea963154
authored
Apr 26, 2007
by
Michael Beck
Browse files
Memory leak fixed
[r13485]
parent
d8fb82e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
ea963154
...
...
@@ -2034,6 +2034,7 @@ be_abi_irg_t *be_abi_introduce(be_irg_t *birg)
void
be_abi_free
(
be_abi_irg_t
*
env
)
{
be_abi_call_free
(
env
->
call
);
free_survive_dce
(
env
->
dce_survivor
);
del_pset
(
env
->
ignore_regs
);
pmap_destroy
(
env
->
regs
);
...
...
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