diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/evaluator.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/evaluator.tcl b/lib/evaluator.tcl index f890238b..6d462d09 100644 --- a/lib/evaluator.tcl +++ b/lib/evaluator.tcl @@ -1024,6 +1024,7 @@ namespace eval Evaluator { for (int j = 0; j < results[i]->matchedStatementIdsCount; j++) { parents[parentsCount++] = results[i]->matchedStatementIds[j]; } + ckfree((char *)results[i]); } // Create a new match for the new collection. |
