1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Free memory at exit in check_pf.c

This commit is contained in:
H.J. Lu
2012-05-14 05:02:08 -07:00
parent d7bb4c428a
commit 2523c62bec
2 changed files with 7 additions and 1 deletions

View File

@ -61,7 +61,7 @@ static struct cached_data noai6ai_cached =
.in6ailen = 0
};
static struct cached_data *cache;
libc_freeres_ptr (static struct cached_data *cache);
__libc_lock_define_initialized (static, lock);