]> granicus.if.org Git - curl/commit
examples/cookie_interface.c: add cleanup call
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Feb 2016 07:44:59 +0000 (08:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Feb 2016 07:44:59 +0000 (08:44 +0100)
commit936d8f07dfbf2ac22ffd216f5363152bcecc2651
tree29ff5f80127257d540550b226e647115631ac726
parent64fa3b8d643f694ab2e606a5b4d89b73579a4a7b
examples/cookie_interface.c: add cleanup call

cleaning up handles is a good idea as we leak memory otherwise

Also, line wrapped before 80 columns.
docs/examples/cookie_interface.c