mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Fix stream not closing properly when exiting app
This commit is contained in:
@@ -160,7 +160,7 @@ struct x11_attr_t : public display_t {
|
||||
if(width != xattr.width || height != xattr.height) {
|
||||
return capture_e::reinit;
|
||||
}
|
||||
|
||||
|
||||
XImage *img { XGetImage(
|
||||
xdisplay.get(),
|
||||
xwindow,
|
||||
|
||||
Reference in New Issue
Block a user