baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

seek/flock memory leak fix plus tests #1

Closed tshinnic closed 13 years ago

tshinnic commented 13 years ago

Just the three insertions of delete's into fs-ext.cc to fix the memory leaks for the flock() and seek() APIs. But then also feature/function tests for those APIs, as well as stress tests that show the memory leak (when the fixes are removed).

Next to be done: