From b3d3d9742fc70e08af69d3fc9cb18035c25cd57d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Nov 2003 18:35:19 +0000 Subject: Update. * posix/runtests.c (run_a_test): If regcomp failed, reset last_pattern. --- posix/runtests.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'posix') diff --git a/posix/runtests.c b/posix/runtests.c index 2a5ef6c820..ea1efb6bf1 100644 --- a/posix/runtests.c +++ b/posix/runtests.c @@ -71,6 +71,9 @@ run_a_test (int id, const struct a_test * t) puts (" OK."); return 0; } + if (last_pattern) + regfree (&r); + last_pattern = NULL; regerror (err, &r, errmsg, 100); printf ("test %d\n", id); puts (errmsg); -- cgit v1.2.3