mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
test/smp: add missing destruct call
This commit is contained in:
parent
9bba6613e7
commit
37ec636018
@ -236,6 +236,8 @@ namespace Affinity_test {
|
||||
}
|
||||
}
|
||||
|
||||
destroy(heap, output_buffer);
|
||||
|
||||
for (unsigned i = 0; i < cpus.total(); i++)
|
||||
destroy(heap, threads[i]);
|
||||
destroy(heap, threads);
|
||||
|
Loading…
x
Reference in New Issue
Block a user