vm: Remove vm::dealloc_verbose_nothrow

This commit is contained in:
Eladash 2021-01-09 16:35:54 +02:00 committed by Ivan
parent ea916fd7e1
commit e4c3b1c2bd
9 changed files with 23 additions and 36 deletions

View file

@ -910,7 +910,7 @@ void ppu_thread::exec_task()
ppu_thread::~ppu_thread()
{
// Deallocate Stack Area
vm::dealloc_verbose_nothrow(stack_addr, vm::stack);
ensure(vm::dealloc(stack_addr, vm::stack));
if (const auto dct = g_fxo->get<lv2_memory_container>())
{