Julian Brost aea06a27dc Use reference-counted pointer in notification callback
`this` could be deleted after `Notification::BeginExecuteNotification`
exited and before `Notification::ExecuteNotificationHelper` finished.
This is fixed by constructing a `Notification::Ptr` and operate on that
one as it is properly reference-counted.
2021-01-12 17:19:29 +01:00
..
2020-02-11 16:47:50 +01:00
2020-11-23 16:39:24 +01:00
2019-11-02 14:00:23 +01:00
2019-04-09 11:26:34 +02:00