emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.04k stars 328 forks source link

Fix session memory is not actually being freed #186

Closed t3hk0d3 closed 6 years ago

t3hk0d3 commented 6 years ago

Just minor fix, i've noticed that session is never get cleaned up, thus this might be (barely, but still) a possible memory leak.

t3hk0d3 commented 6 years ago

closed in favor of #188