]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: New function cfg_unregister_sections()
authorDavid Carlier <dcarlier@afilias.info>
Fri, 25 Sep 2015 10:49:18 +0000 (11:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:00:00 +0000 (14:00 +0200)
commit845efb53c7bb2c838c98308ffe33ab1d2c6c5e3c
tree3daa91640b4a05f2655048a82c4eadbd082b1e40
parent270978492c62550d0fa255698ee99a1bafbfc540
MINOR: cfgparse: New function cfg_unregister_sections()

A new function introduced meant to be called during general deinit phase.
During the configuration parsing, the section entries are all allocated.
This new function free them.
include/common/cfgparse.h
src/cfgparse.c