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

Commits on May 29, 2020

  1. SDLCORE-925 Fixed Crash related to HandleOnEvent

    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.
    Sidhartha authored and Your Name committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b654ea2 View commit details
    Browse the repository at this point in the history