Edit

kc3-lang/libevent/sample

Branch :

  • Show log

    Commit

  • Author : Azat Khuzhin
    Date : 2015-08-19 13:22:49
    Hash : f3d7ff5d
    Message : sample/https-client: don't try to free uninitialized SSL sample/https-client.c:459:3: warning: ‘ssl’ may be used uninitialized in this function [-Wmaybe-uninitialized] SSL_free(ssl);