diff options
| author | 2021-09-25 23:01:53 +0800 | |
|---|---|---|
| committer | 2021-09-29 09:51:20 +0800 | |
| commit | 5fbfc4c19eaca2ad88bf34ec33d068ffab6fe672 (patch) | |
| tree | 95a899841bb6e1505372f5994bda3537ee2f940a /src/core/CMakeLists.txt | |
| parent | Fix KScopedAutoObject object leak when SendSyncRequest (diff) | |
| download | yuzu-5fbfc4c19eaca2ad88bf34ec33d068ffab6fe672.tar.gz yuzu-5fbfc4c19eaca2ad88bf34ec33d068ffab6fe672.tar.xz yuzu-5fbfc4c19eaca2ad88bf34ec33d068ffab6fe672.zip | |
Fix KShareMemory object leak
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 7140d0db8..6f98fbc08 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -218,6 +218,7 @@ add_library(core STATIC | |||
| 218 | hle/kernel/k_session.h | 218 | hle/kernel/k_session.h |
| 219 | hle/kernel/k_shared_memory.cpp | 219 | hle/kernel/k_shared_memory.cpp |
| 220 | hle/kernel/k_shared_memory.h | 220 | hle/kernel/k_shared_memory.h |
| 221 | hle/kernel/k_shared_memory_info.h | ||
| 221 | hle/kernel/k_slab_heap.h | 222 | hle/kernel/k_slab_heap.h |
| 222 | hle/kernel/k_spin_lock.cpp | 223 | hle/kernel/k_spin_lock.cpp |
| 223 | hle/kernel/k_spin_lock.h | 224 | hle/kernel/k_spin_lock.h |