mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
lv2_socket: reset queue after move
This commit is contained in:
parent
9e7b759236
commit
7f3ad4fc2c
@ -1735,6 +1735,7 @@ error_code lv2_socket::abort_socket(s32 flags)
|
||||
}
|
||||
|
||||
qcopy = std::move(queue);
|
||||
queue = {};
|
||||
events.store({});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user