summaryrefslogtreecommitdiff
path: root/src/u8c/end.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/end.c')
-rw-r--r--src/u8c/end.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/u8c/end.c b/src/u8c/end.c
index adfd8d6..80d39aa 100644
--- a/src/u8c/end.c
+++ b/src/u8c/end.c
@@ -29,6 +29,7 @@ bool u8c_end(void) {
}
# if defined(u8c_bethrdsafe)
/* Destroy mutexes: */
+ mtx_destroy(&u8c_dat.errhandlslock);
mtx_destroy(&u8c_dat.errlock);
mtx_destroy(&u8c_dat.fmtlock);
# endif