Julian Brost 1bfbeeb17d 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:23:27 +01:00
..
2019-05-29 10:33:29 +02:00
2020-10-15 09:58:39 +02:00