commit | 0c7822e8325420d9f76c6f38d2d7a1b1a4291a76 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Feb 18 18:30:01 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Feb 18 18:30:01 2000 +0000 |
tree | 77ef18257587abb0e50acb729bdbae1e068b0174 | |
parent | 3bb578c128019318d72c12251571beb14136d83b [diff] |
Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: The buffers self->regex and self->regex_extra are allocated in pcre_compile() and pcre_study() via pcre_malloc, but are released via free() instead of pcre_free.