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
89bb4f7c
Commit
89bb4f7c
authored
Jul 27, 2011
by
Matthias Braun
Browse files
fix double free in regex stuff
parent
1cb9beb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/stat/statev.c
View file @
89bb4f7c
...
...
@@ -102,7 +102,6 @@ void stat_ev_end(void)
}
if
(
filter
!=
NULL
)
regfree
(
filter
);
regfree
(
filter
);
}
#endif
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