aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.c')
-rw-r--r--src/compiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.c b/src/compiler.c
index e44ba6a..bcb36c3 100644
--- a/src/compiler.c
+++ b/src/compiler.c
@@ -70,6 +70,7 @@ int amal_compiler_deinit(amal_compiler *self) {
result = r;
}
+ amal_mutex_deinit(&self->mutex);
scoped_allocator_deinit(&self->allocator);
scoped_allocator_deinit(&self->main_thread_allocator);
return result;