WFCD / WFinfo

:computer: A fissure Companion App for Warframe
https://wfinfo.warframestat.us
Apache License 2.0
221 stars 44 forks source link

Fix CPU-readable copy of screenshot texture not being disposed #285

Closed virusek20 closed 10 months ago

virusek20 commented 10 months ago

What did you fix?

A copy of the screenshot texture (in windows capture) was not being freed after creating a bitmap for further processing. This led to shared GPU memory slowly running out until WFInfo would crash. This PR properly disposes of said texture.

dimon222 commented 10 months ago

Thanks, I will release this hotfix later today