mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Fix nullpointer dereference error caused by unset callback handle
This commit is contained in:
@@ -40,6 +40,8 @@ public:
|
||||
bool isDone() const override;
|
||||
|
||||
private:
|
||||
void resetCallbacks();
|
||||
|
||||
const int UnsetCallbackHandle = -1;
|
||||
|
||||
bool _requestedResourceIsSubscribable = false;
|
||||
|
||||
Reference in New Issue
Block a user