1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/docs/design/libraries
Jackson Schuster 191ec61d66
Cleanup caller allocated and callee allocated resources separately (#89982)
This PR separates cleaning up caller allocated resources and callee allocated resources into separate stages in the managed to unmanaged direction. Caller allocated parameters (anything except 'out') will clean up the same way. Callee allocated parameters ('out' parameters) will be cleaned up only if the invocation succeeded.
2023-08-08 14:47:45 -07:00
..
ComInterfaceGenerator Add opt-in support for GeneratedComInterface/ComImport RCW interop (#87583) 2023-07-18 13:27:37 -07:00
LibraryImportGenerator Cleanup caller allocated and callee allocated resources separately (#89982) 2023-08-08 14:47:45 -07:00