From f2bbae9db4b5661bf17ae6ddf92e0caa163476a6 Mon Sep 17 00:00:00 2001 From: eladash Date: Tue, 12 Mar 2019 07:20:18 +0200 Subject: [PATCH] Remove handle in cellVdecClose --- rpcs3/Emu/Cell/Modules/cellVdec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index 27ee3651cc..93ae3cff51 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -505,6 +505,7 @@ s32 cellVdecClose(ppu_thread& ppu, u32 handle) } ppu_execute<&sys_interrupt_thread_disestablish>(ppu, vdec->ppu_tid); + idm::remove(handle); return CELL_OK; }