Whoops, I should have looked at your patch. Instead I compared my fix against the current CVS which still didn't get the patch added.

David

I was looking at this, and with the regex versions of these I read that you still need to free the memory created by the regcomp. Am I correct? So shouldn't the following line be added to Browser.C

#if defined(HAVE_REGCOMP) && defined(HAVE_REGEX_H)
    regfree(&search_for);
#elif (defined(HAVE_REGCOMP) && (defined(HAVE_REGEX_H) || defined(HAVE_REGEXP_H))) || defined(HAVE_REGCMP)

David


--
.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to