This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: memory leak on regular expression (regex.c)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]