From 5d8693d712ec1695251ffa5ce17c95a10a51e66f Mon Sep 17 00:00:00 2001 From: Ishank Jain <44545433+ishank99@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:35:32 +0530 Subject: [PATCH] Update test.c --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 7361e19..231a331 100644 --- a/test.c +++ b/test.c @@ -15,7 +15,7 @@ static int freeProxyCalls = 0; void freeProxy(void *val) { - ++freeProxyCalls; + freeProxyCalls++; # using postfix would goive you better results in terms of time free(val); }