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

SaveState: Fix for race condition in SaveAs(...) #3095

Merged

Commits on Sep 27, 2015

  1. SaveState: Fix for race condition ("wait" didn't actually waited for …

    …file to flush/close).
    
    g_compressAndDumpStateSyncEvent was Set() before destruction of file object (i.e. before flushing changes and closing file).
    
    Also, adds Common::ScopeGuard wrapper for RAII.
    void-ghost committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    cd19d53 View commit details
    Browse the repository at this point in the history