summaryrefslogtreecommitdiffstats
path: root/runtime/batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/batch.h')
-rw-r--r--runtime/batch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/batch.h b/runtime/batch.h
index 03122bd0..2ec07670 100644
--- a/runtime/batch.h
+++ b/runtime/batch.h
@@ -156,6 +156,7 @@ batchFree(batch_t *pBatch) {
}
}
free(pBatch->pElem);
+ free(pBatch->eltState);
}