mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12: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))
|
if (barrier_.range.overlaps(range))
|
||||||
{
|
{
|
||||||
barrier_.signal.server_wait_sync();
|
barrier_.signal.server_wait_sync();
|
||||||
|
barrier_.signal.destroy();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue