]> granicus.if.org Git - libevent/commit
https-client: do not try to free not initialized base
authorAzat Khuzhin <azat@libevent.org>
Wed, 3 Apr 2019 20:22:54 +0000 (23:22 +0300)
committerAzat Khuzhin <azat@libevent.org>
Wed, 3 Apr 2019 20:24:17 +0000 (23:24 +0300)
commit428f36e5dd8f2a45ea5795fb9f35dd27a776e3a8
tree054880709549b15ec6f1bdada8fc5bd06c582f3e
parent35caeff5deacd5e081a4e6220b9226b61e24208d
https-client: do not try to free not initialized base

Otherwise:
  $ https-client --help
  Syntax:
     https-client -url <https-url> [-data data-file.bin] [-ignore-cert] [-retries num] [-timeout sec] [-crt crt]
  Example:
     https-client -url https://ip.appspot.com/
  [warn] event_base_free_: no base to free
sample/https-client.c