MINOR: regex: fix a little configuration memory leak.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 11 Jun 2014 12:45:31 +0000 (14:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Jun 2014 14:47:20 +0000 (16:47 +0200)
commit148f40866bd8b8804549a00c48f0a3d235a66829
treebfb93f569101b1170b1019b9b713b02e7f76d484
parent75ab8bdb8369d98342a0a5d99f5d6e8dce87e3b7
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.
src/cfgparse.c