Destroy image_source after using it
This commit is contained in:
parent
96cca005b7
commit
bf6acc3f5f
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ impl ScreencopySession {
|
|||
udata,
|
||||
);
|
||||
|
||||
image_source.destroy();
|
||||
|
||||
Self {
|
||||
buffers: None,
|
||||
session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue