summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-07-02 19:35:47 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:43:23 +1000
commit89f53a102a54564f891171dc6ce3b93c0b003646 (patch)
tree7a5500f864cd173523c0c92ad7c730380a96130c
parent1f69dbfe0b15baa89db92b17ce30cf3abe65e47a (diff)
chore: fix merge conflict (iter 2)docs/doxygen-comments
-rw-r--r--src/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index f9e46d5..40073d2 100644
--- a/src/common.c
+++ b/src/common.c
@@ -30,6 +30,8 @@ ff_ctx* ff_init(ff_allocator* allocator)
ctx->allocator = *allocator;
+
+// TODO: Clean up this thread mess (doesn't just apply to this file only)
#ifdef USE_THREAD
/* initialize mutex used to protect ctx state */
if (pthread_mutex_init(&ctx->ff_lock, NULL) != 0) {