Destroy image_source after using it

This commit is contained in:
Ian Douglas Scott 2024-04-26 15:38:20 -07:00
parent 96cca005b7
commit bf6acc3f5f

View file

@ -60,6 +60,8 @@ impl ScreencopySession {
udata,
);
image_source.destroy();
Self {
buffers: None,
session,