We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8b811 commit 1bedc4aCopy full SHA for 1bedc4a
examples/utest/testcases/kernel/mem_tc.c
@@ -336,7 +336,7 @@ static void mem_alloc_test(void)
336
}
337
338
rt_memset(ctx, 0xAA, ctx->size);
339
- rt_free(ctx);
+ rt_mem_free(ctx);
340
head.count --;
341
342
continue;
@@ -370,7 +370,7 @@ static void mem_alloc_test(void)
370
371
372
373
374
375
376
@@ -387,7 +387,7 @@ static void mem_alloc_test(void)
387
388
389
390
391
392
393
uassert_int_equal(head.count, 0);
0 commit comments