mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
Free memory at exit in check_pf.c
This commit is contained in:
parent
d7bb4c428a
commit
2523c62bec
@ -1,3 +1,9 @@
|
||||
2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #14104]
|
||||
* sysdeps/unix/sysv/linux/check_pf.c (cache): Use
|
||||
libc_freeres_ptr.
|
||||
|
||||
2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
|
||||
|
||||
* sysdeps/i386/i686/fpu/multiarch/Makefile: New 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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user