From 1450bb7c86061d30b4bd40330d1b3843ff26e9a4 Mon Sep 17 00:00:00 2001 From: herbglitch Date: Tue, 22 Aug 2023 22:11:04 +0000 Subject: [PATCH] added note to math config --- src/math/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/config.c b/src/math/config.c index 2a17e58..34e4497 100644 --- a/src/math/config.c +++ b/src/math/config.c @@ -270,5 +270,6 @@ void ARC_Rect_Delete(ARC_Config* config, ARC_String *string, void *value){ } void ARC_RectArray_Delete(ARC_Config* config, ARC_String *string, void *value){ + //TODO free value->data free((ARC_Array *)value); } \ No newline at end of file