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:
@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user