Merge pull request #7091 from vonchenplus/fix_memroy_leak
core: Fix memory leak
This commit is contained in:
commit
01f79d638f
6 changed files with 114 additions and 9 deletions
|
@ -216,6 +216,7 @@ add_library(core STATIC
|
|||
hle/kernel/k_session.h
|
||||
hle/kernel/k_shared_memory.cpp
|
||||
hle/kernel/k_shared_memory.h
|
||||
hle/kernel/k_shared_memory_info.h
|
||||
hle/kernel/k_slab_heap.h
|
||||
hle/kernel/k_spin_lock.cpp
|
||||
hle/kernel/k_spin_lock.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue