projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606e9d6
)
Fix leak
author
Brian Demsky
<bdemsky@uci.edu>
Mon, 10 Jul 2017 20:53:30 +0000
(13:53 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Mon, 10 Jul 2017 20:53:47 +0000
(13:53 -0700)
src/Backend/inc_solver.c
patch
|
blob
|
history
diff --git
a/src/Backend/inc_solver.c
b/src/Backend/inc_solver.c
index 4e0649a9fa021a2d4cbec668298d2d2aada9531a..307114ef4782acca1ae992328d40a94fba176df9 100644
(file)
--- a/
src/Backend/inc_solver.c
+++ b/
src/Backend/inc_solver.c
@@
-27,6
+27,7
@@
void deleteIncrementalSolver(IncrementalSolver * This) {
ourfree(This->buffer);
if (This->solution != NULL)
ourfree(This->solution);
+ ourfree(This);
}
void resetSolver(IncrementalSolver * This) {