(memory): clean up warnings in test functions
This commit is contained in:
parent
bae4308d93
commit
43a26abe74
1 changed files with 3 additions and 0 deletions
|
|
@ -291,6 +291,9 @@ void test_memory_integrity()
|
||||||
kfree(f);
|
kfree(f);
|
||||||
heap_stats();
|
heap_stats();
|
||||||
kfree(b);
|
kfree(b);
|
||||||
|
kfree(c);
|
||||||
|
kfree(d);
|
||||||
|
kfree(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_memory_alignment()
|
void test_memory_alignment()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue