Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d0b98065
Commit
d0b98065
authored
Feb 05, 2019
by
Alexandre Duret-Lutz
Browse files
[buddy] remember to free bddhash on exit
* src/kernel.c (bdd_done): Free bddhash.
parent
699f21b9
Pipeline
#6384
failed with stages
in 111 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
buddy/src/kernel.c
View file @
d0b98065
...
...
@@ -276,6 +276,7 @@ void bdd_done(void)
free
(
bddvarset
);
free
(
bddvar2level
);
free
(
bddlevel2var
);
free
(
bddhash
);
bddnodes
=
NULL
;
bddrefstack
=
NULL
;
...
...
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