mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
gl: Destroy barrier signals correctly
This commit is contained in:
parent
82bac4173e
commit
680f08c2b8
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ namespace gl
|
|||
if (barrier_.range.overlaps(range))
|
||||
{
|
||||
barrier_.signal.server_wait_sync();
|
||||
barrier_.signal.destroy();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue