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

CliSession can call OutStream::UnRegister() when it's already destroyed #153

Closed
daniele77 opened this issue Aug 18, 2022 · 0 comments
Closed
Assignees
Labels

Comments

@daniele77
Copy link
Owner

The CliSession destructor unregisters from the OutStream static object.
However, in some circumstances, the OutStream life can be shorter than the session life. This results in a crash because OutStream::UnRegister() get called on a dead object.

@daniele77 daniele77 added the bug label Aug 18, 2022
@daniele77 daniele77 self-assigned this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant