From 29dd76690316f8040d3e9e866eef217bd973806c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 5 Feb 2023 20:06:10 +0100 Subject: [PATCH] added why2_open problem TODO --- src/core/lib/utils/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/utils/memory.c b/src/core/lib/utils/memory.c index 33378cf..087114c 100644 --- a/src/core/lib/utils/memory.c +++ b/src/core/lib/utils/memory.c @@ -188,7 +188,7 @@ void why2_deallocate(void *pointer) break; case OPEN: //OPEN SYSTEM CALL - close(*((int*) pointer)); + close(*((int*) pointer)); //TODO: Fix global pointer problem break; case OPENDIR: //OPENDIR SYSTEM CALL