glgsg: Fix crash if task chain was destroyed before GSG
This commit is contained in:
parent
93a1da82a1
commit
57793822fe
|
|
@ -1267,7 +1267,7 @@ public:
|
|||
pdeque<Fence> _fences;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
AsyncTaskChain *_async_chain;
|
||||
PT(AsyncTaskChain) _async_chain;
|
||||
#endif
|
||||
|
||||
// Min job system pending a real job system
|
||||
|
|
|
|||
Loading…
Reference in New Issue