Remove handle in cellVdecClose

This commit is contained in:
eladash 2019-03-12 07:20:18 +02:00 committed by Ivan
parent 8eb59271a5
commit f2bbae9db4

View File

@ -505,6 +505,7 @@ s32 cellVdecClose(ppu_thread& ppu, u32 handle)
}
ppu_execute<&sys_interrupt_thread_disestablish>(ppu, vdec->ppu_tid);
idm::remove<vdec_context>(handle);
return CELL_OK;
}