From 37c703bea66484e069b826622fa69adba0f24eec Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 2 Dec 2025 21:22:00 +0100 Subject: [PATCH] add todo --- cig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cig.h b/cig.h index 6a81d74..7d969cf 100644 --- a/cig.h +++ b/cig.h @@ -142,7 +142,7 @@ void *dyn_array_create_non_crashing_func(dyn_array_create_non_crashing_func_args .file = __FILE__, \ .line = __LINE__, \ __VA_ARGS__})) - +// TODO: remove the non-crashing versions. they crash... // This version returns a NULL pointer instead of crashing if the allocator return NULL. // It is up to you to check that the pointer returned isn't NULL // Always reassign the array. if multiple variables reference the same growing