mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 03:27:49 +01:00
kern: fix bug in server handle cleanup
This commit is contained in:
parent
bb7f320f7f
commit
2db6760461
@ -810,7 +810,7 @@ namespace ams::kern {
|
|||||||
CleanupSpecialData(dst_process, dst_msg_ptr, dst_buffer_size);
|
CleanupSpecialData(dst_process, dst_msg_ptr, dst_buffer_size);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
CleanupServerHandles(src_message_buffer, src_buffer_size, src_message_paddr);
|
CleanupServerHandles(src_user ? src_message_buffer : 0, src_buffer_size, src_message_paddr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cleanup mappings. */
|
/* Cleanup mappings. */
|
||||||
|
Loading…
Reference in New Issue
Block a user