mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
test/smp: add missing destruct call
This commit is contained in:
committed by
Christian Helmuth
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);
|
||||
|
||||
Reference in New Issue
Block a user