mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-16 16:21:03 +00:00
gl: Destroy barrier signals correctly
This commit is contained in:
parent
82bac4173e
commit
680f08c2b8
@ -286,6 +286,7 @@ namespace gl
|
||||
if (barrier_.range.overlaps(range))
|
||||
{
|
||||
barrier_.signal.server_wait_sync();
|
||||
barrier_.signal.destroy();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user