summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloctest/init.c')
-rw-r--r--testsuites/libtests/malloctest/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c
index e0cb60be01..82a75fe5b5 100644
--- a/testsuites/libtests/malloctest/init.c
+++ b/testsuites/libtests/malloctest/init.c
@@ -112,6 +112,8 @@ static void test_realloc(void)
* Realloc with a bad pointer to force a point
*/
p4 = realloc( test_realloc, 32 );
+
+ p4 = _realloc_r( NULL, NULL, 1 );
}
#define TEST_HEAP_SIZE 2048