mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 12:39:52 +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);
|
qcopy = std::move(queue);
|
||||||
|
queue = {};
|
||||||
events.store({});
|
events.store({});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user