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
f859cb0b
Commit
f859cb0b
authored
Jan 06, 2011
by
Matthias Braun
Browse files
fix memory leak
[r28220]
parent
2383aeb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irio.c
View file @
f859cb0b
...
...
@@ -1672,6 +1672,9 @@ static ir_node *read_ASM(io_env_t *env, int numpreds, ir_node **preds)
ARR_LEN
(
clobbers
),
clobbers
,
asm_text
);
DEL_ARR_F
(
clobbers
);
DEL_ARR_F
(
output_constraints
);
DEL_ARR_F
(
input_constraints
);
return
newnode
;
}
...
...
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