mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
lv2_socket: reset queue after move
This commit is contained in:
parent
9e7b759236
commit
7f3ad4fc2c
1 changed files with 1 additions and 0 deletions
|
@ -1735,6 +1735,7 @@ error_code lv2_socket::abort_socket(s32 flags)
|
|||
}
|
||||
|
||||
qcopy = std::move(queue);
|
||||
queue = {};
|
||||
events.store({});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue