cea-sec / sanzu

Graphical remote desktop solution
GNU General Public License v3.0
183 stars 29 forks source link

Fix windows client memory leak #148

Closed serpilliere closed 1 year ago

serpilliere commented 1 year ago

Fixes #147

The error was due to not freeing Direct3d object in correct order This makes next object deallocation return an error, which was not tested here.