amihud bruchim <[EMAIL PROTECTED]> 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