commit | 0fc45a7e834e3daaf94492692138ed1c0c5c9001 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 17 00:36:03 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 17 00:36:03 2007 +0200 |
tree | 98898fbfe1e1833add2081efc2c6d422fef6fb52 | |
parent | dae4aa8c4a9c57fe8566fb897677cbf997fec2a6 [diff] |
[MINOR] improve memory freeing upon exit The deinit() function is specialized in memory area freeing. There were a ton of information that were not released at the exit time, which made valgrind complain. Now, most of the entries are freed. However, it seems like regfree() does not completely free a regex (12 bytes lost per regex).