You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes memory crash when passing string arrays to native library due to
temporary objects being destroyed before async calls by switching to
persistent FAnsiString containers to ensure stable memory addresses
throughout the async operation lifecycle.
Fixes BLD-25
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Refactor**
* Improved the structure of asynchronous operations for better
reliability.
* Enhanced internal handling of session key targets to ensure stability
during wallet operations.
No changes to visible functionality or public interfaces.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments