Fix hanging when switching monitors
This commit is contained in:
parent
869b6ed89d
commit
0f4cdc2d21
1 changed files with 1 additions and 4 deletions
|
|
@ -695,10 +695,7 @@ void captureThread(
|
|||
return;
|
||||
}
|
||||
|
||||
{
|
||||
auto lg = display_wp.lock();
|
||||
display_wp = disp;
|
||||
}
|
||||
display_wp = disp;
|
||||
|
||||
// Re-allocate images
|
||||
for(auto &img : imgs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue