summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BS/host/app.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/BS/host/app.c b/BS/host/app.c
index 4f73788..928bb8c 100644
--- a/BS/host/app.c
+++ b/BS/host/app.c
@@ -339,7 +339,9 @@ int main(int argc, char **argv) {
#endif
free(input);
+#if !WITH_ALLOC_OVERHEAD
DPU_ASSERT(dpu_free(dpu_set));
+#endif
return 0;
}