bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=46f616828e467908e4c27512def981d1b5989164

commit 46f616828e467908e4c27512def981d1b5989164
Author: Wonki Kim <[email protected]>
Date:   Mon Feb 17 12:37:44 2020 +0000

    emile: remove a improper free logic
    
    BIO *b has freed improperly.
    this patch removes the logic.
    
    Reviewed-by: Marcel Hollerbach <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11367
---
 src/lib/emile/emile_cipher_openssl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/emile/emile_cipher_openssl.c 
b/src/lib/emile/emile_cipher_openssl.c
index 84b024465e..e8ec3af93b 100644
--- a/src/lib/emile/emile_cipher_openssl.c
+++ b/src/lib/emile/emile_cipher_openssl.c
@@ -588,7 +588,6 @@ _emile_cipher_session_print(SSL *ssl)
              eina_strbuf_append_length(str, bptr->data, bptr->length);
              DBG("%s", eina_strbuf_string_get(str));
              eina_strbuf_reset(str);
-             BIO_free(b);
           }
      }
 

-- 


Reply via email to