vmonaco / kloak

Keystroke-level online anonymization kernel: obfuscates typing behavior at the device level.
BSD 3-Clause "New" or "Revised" License
491 stars 36 forks source link

free pfds after exit to avoid memory leak #57

Closed skyzzuu closed 1 year ago

skyzzuu commented 1 year ago

There is a small memory leak after the main while loop in main_loop() ends due to pfds not being freed.