aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 00b40272..df594ce4 100644
--- a/src/data.c
+++ b/src/data.c
@@ -241,10 +241,10 @@ const BcVecFree bc_vec_dtors[] = {
#if !BC_ENABLE_LIBRARY
#ifndef NDEBUG
bc_id_free,
+ bc_func_free,
#endif // NDEBUG
bc_slab_free,
bc_const_free,
- bc_func_free,
bc_result_free,
#if BC_ENABLE_HISTORY
bc_history_string_free,