mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-23 11:52:38 +02:00
kern: fix bug in server handle cleanup
This commit is contained in:
parent
ed54603dad
commit
395976f705
@ -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