Skip to content
  • Sharaf Zaman's avatar
    Bugfix: crash when File->Quit is used or.. · 194bc293
    Sharaf Zaman authored
    if app is killed. This happens on ChromeOS and few other devices which
    let the process live a beyond the Activity, so when the control reaches
    exit() on C++ side -- it crashes while cleaning global static state.
    
    BUG:426092
    194bc293