darktohka / FlashPatch

FlashPatch! Play Adobe Flash Player games in the browser after January 12th, 2021.
MIT License
534 stars 46 forks source link

Switch to SafeHandle for restart manager handle #9

Open henke37 opened 3 years ago

henke37 commented 3 years ago

The SafeHandle class takes care of all edge cases that occur when managed code uses a native resource.

darktohka commented 3 years ago

Hello!

Can you please elaborate on this issue? What problem would you like to solve with it, and how exactly?

Thank you!

henke37 commented 3 years ago

It's just general good practice to use the SafeHandle class when working with native handles, since it's been designed by very smart people who know about all the corner cases.