Skip to content

notification: Fix Electron crash

Logan Rathbone requested to merge fix-electron-crash into master
  • Starting with d0778595, we access the Notification object after the NotifyActionCallback; some clients (eg, Electron) have historically freed the object at the end of the NotifyActionCallback. They probably should not have been doing so, but this hotfix adds an additional ref before and after the callback so that we don't break existing code.
  • Fixes #25 (closed)

Merge request reports