commit | 845efb53c7bb2c838c98308ffe33ab1d2c6c5e3c | [log] [tgz] |
---|---|---|
author | David Carlier <dcarlier@afilias.info> | Fri Sep 25 11:49:18 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 28 14:00:00 2015 +0200 |
tree | 3daa91640b4a05f2655048a82c4eadbd082b1e40 | |
parent | 270978492c62550d0fa255698ee99a1bafbfc540 [diff] |
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.