From 2523c62bec65ea0c17b1893ffdaba7ac3cff1e31 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 14 May 2012 05:02:08 -0700 Subject: Free memory at exit in check_pf.c --- sysdeps/unix/sysv/linux/check_pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/check_pf.c') diff --git a/sysdeps/unix/sysv/linux/check_pf.c b/sysdeps/unix/sysv/linux/check_pf.c index 7d839062d4..793d27db4e 100644 --- a/sysdeps/unix/sysv/linux/check_pf.c +++ b/sysdeps/unix/sysv/linux/check_pf.c @@ -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); -- cgit 1.4.1