1
2nghttp2_option_del
3==================
4
5Synopsis
6--------
7
8*#include <nghttp2/nghttp2.h>*
9
10.. function:: void nghttp2_option_del(nghttp2_option *option)
11
12
13    Frees any resources allocated for *option*.  If *option* is
14    ``NULL``, this function does nothing.
15