Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing object lifetimes can cause an error on termination #11

Open
KYovchevski opened this issue Feb 5, 2024 · 0 comments
Open

Missing object lifetimes can cause an error on termination #11

KYovchevski opened this issue Feb 5, 2024 · 0 comments

Comments

@KYovchevski
Copy link
Contributor

All ADLX objects except the System need to be dropped before AdlxHelper is so that the system can terminate successfully. Otherwise an ADLX error occurs while terminating.

Ideally in the future we use reference counting or borrow checker lifetimes to ensure the helper (and loaded library) are dropped once everything else is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant