diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/kernel/archive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/archive.cpp b/src/core/hle/kernel/archive.cpp index e911f4dc9..ece4cd73f 100644 --- a/src/core/hle/kernel/archive.cpp +++ b/src/core/hle/kernel/archive.cpp | |||
| @@ -99,8 +99,8 @@ public: | |||
| 99 | case FileCommand::Close: | 99 | case FileCommand::Close: |
| 100 | { | 100 | { |
| 101 | DEBUG_LOG(KERNEL, "Close %s %s", GetTypeName().c_str(), GetName().c_str()); | 101 | DEBUG_LOG(KERNEL, "Close %s %s", GetTypeName().c_str(), GetName().c_str()); |
| 102 | Kernel::g_object_pool.Destroy<Archive>(GetHandle()); | ||
| 103 | CloseArchive(backend->GetIdCode()); | 102 | CloseArchive(backend->GetIdCode()); |
| 103 | Kernel::g_object_pool.Destroy<Archive>(GetHandle()); | ||
| 104 | break; | 104 | break; |
| 105 | } | 105 | } |
| 106 | // Unknown command... | 106 | // Unknown command... |