SkyLothar / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
513 stars 179 forks source link

Fix memory leak #65

Closed kleht8 closed 7 years ago

kleht8 commented 7 years ago

Following change seems to fix memory leak in #64

valgrind -v --log-file=memcheck.log --tool=memcheck --leak-check=full openresty-valgrind -c /srv/openresty-apigw/conf/nginx.conf -p /srv/openresty-apigw

memcheck.log

SkyLothar commented 7 years ago

Thanks! 👍

mikz commented 7 years ago

@SkyLothar any timeline on when this could be released?

SkyLothar commented 7 years ago

I'll release it later today, sorry for the delay.

mikz commented 7 years ago

No worries! Thanks!

SkyLothar commented 7 years ago

v0.1.11 is now available on github releases, opm, and luarocks.