|
| | Subject: | Re: memory leak on regular expression (regex.c) | | Group: | Gcc | | From: | Ian Lance Taylor | | Date: | 2 Apr 2008 |
amihud bruchim <amihudb> 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
|