X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=regex.c;h=c3da5ce8e56fb27710dd4bbec811d111f5f0bf72;hp=ac6ede9ebe925b43b3115da012fc45a34d7722e5;hb=8e037c67a88cb4680c4391134c578e3b55a80f8a;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258 diff --git a/regex.c b/regex.c index ac6ede9..c3da5ce 100644 --- a/regex.c +++ b/regex.c @@ -20,8 +20,8 @@ * * You should have received a copy of the GNU Library General Public * License along with the GNU C Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301, USA. */ /* @@ -3634,7 +3634,7 @@ re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, /* Free everything we malloc. */ #ifdef MATCH_MAY_ALLOCATE -#define mem_free_VAR(var) if (var) REGEX_mem_free (var); var = NULL +#define mem_free_VAR(var) if (var) REGEX_p_delete(var); var = NULL #define mem_free_VARIABLES() \ do { \ REGEX_mem_free_STACK (fail_stack.stack); \