mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2005-01-06 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Define __wur. * libio/stdio.h: Use __wur for a number of interfaces. * posix/unistd.h: Likewise. * posix/regex_internal.c (free_state): Free word_trtable.
This commit is contained in:
@ -1668,6 +1668,7 @@ free_state (state)
|
||||
re_free (state->entrance_nodes);
|
||||
}
|
||||
re_node_set_free (&state->nodes);
|
||||
re_free (state->word_trtable);
|
||||
re_free (state->trtable);
|
||||
re_free (state);
|
||||
}
|
||||
|
Reference in New Issue
Block a user