mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-12 21:28:44 +00:00
mouseHook_install and dwmForceComposition both create threads, but these are only freed in nvfbc_deinit which is not called if nvfbc_init fails. These should be freed if the pointer thread fails to be created, as nothing else could be cleaning it up.