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

SDLCORE-925 Fixed Crash related to HandleOnEvent #3411

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

LuxoftAKutsan
Copy link
Contributor

Fixes #3410

This PR is not ready for review.

Risk

This PR makes no API changes.

Testing Plan

Regression check

Summary

Added remove_observer() before calling RemoveRequest() to ensure that command object from observer is removed first and the shared pointer probably_expired
doesnt delete the object when HandleOnEvent() is in progress.

Tasks Remaining:

  • Luxoft Internal Review
  • Regression testing

CLA

SDLCORE-925

Added remove_observer() before calling RemoveRequest() to ensure that command object from observer is removed first and the shared pointer probably_expired
doesnt delete the object when HandleOnEvent() is in progress.
@jacobkeeler
Copy link
Contributor

Supposedly #3951 fixed the same issue. @LuxoftAKutsan can this PR be closed?

@LitvinenkoIra
Copy link
Contributor

Supposedly #3951 fixed the same issue. @LuxoftAKutsan can this PR be closed?

My understanding is yes

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

Successfully merging this pull request may close these issues.

None yet

3 participants