mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-21 00:39:53 +00: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…
x
Reference in New Issue
Block a user