brainpicture / hashlib

lib for node which makes hashes
nodejs.ru
165 stars 35 forks source link

every single function leaks memory #3

Closed pkrumins closed 14 years ago

pkrumins commented 14 years ago

leaks mem, because none of them do scope.Close(return_value).

brainpicture commented 14 years ago

fix, take a look now!

pkrumins commented 14 years ago

looks ok now! thanks for fixing!