openresty / encrypted-session-nginx-module

encrypt and decrypt nginx variable values
http://openresty.org
195 stars 52 forks source link

fix potential memory leak #10

Closed dyu closed 8 years ago

dyu commented 8 years ago

The alternative is:

    if (!ret) {     
        goto evp_error;
    }
agentzh commented 8 years ago

@dyu Merged. Thanks!