This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: memory leak on regular expression (regex.c)
- From: Ian Lance Taylor <iant at google dot com>
- To: amihud bruchim <amihudb at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 02 Apr 2008 07:41:24 -0700
- Subject: Re: memory leak on regular expression (regex.c)
- References: <861601.59242.qm@web51501.mail.re2.yahoo.com>
amihud bruchim <amihudb@yahoo.com> writes:
> I found a memory leak on regcomp function - gcc-4.4.2 (i used Memory validator tool to confirm it) .
regcomp is part of glibc (or whatever C library you are using). It is
not part of gcc. For more information, including where to report
bugs, please see http://sourceware.org/glibc/ .
Ian