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,
|
udata,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
image_source.destroy();
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
buffers: None,
|
buffers: None,
|
||||||
session,
|
session,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue