Merge pull request #7091 from vonchenplus/fix_memroy_leak

core: Fix memory leak
This commit is contained in:
Ameer J 2021-10-04 00:09:08 -04:00 committed by GitHub
commit 01f79d638f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 114 additions and 9 deletions

View file

@ -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