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
91566fc2
Commit
91566fc2
authored
Jun 01, 2015
by
yb9976
Browse files
Fixed memory leak in verifier.
parent
d377e8e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irverify.c
View file @
91566fc2
...
...
@@ -1481,6 +1481,7 @@ static void check_consistent_out_edges(ir_graph *irg)
warn
(
node
,
"IR_GRAPH_PROPERTY_CONSISTENT_OUT_EDGES set, but node cannot be found with out edges"
);
properties_fine
=
false
;
}
ir_nodeset_destroy
(
&
nodes
);
}
static
bool
check_graph_properties
(
ir_graph
*
irg
)
...
...
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