commit | 148f40866bd8b8804549a00c48f0a3d235a66829 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Wed Jun 11 14:45:31 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 16 16:47:20 2014 +0200 |
tree | bfb93f569101b1170b1019b9b713b02e7f76d484 | |
parent | 75ab8bdb8369d98342a0a5d99f5d6e8dce87e3b7 [diff] |
MINOR: regex: fix a little configuration memory leak. The function regfree free the memory allocated to the pattern buffer by the compiling process. It is not freeing the buffer itself.