diff options
Diffstat (limited to 'nscd/nscd_getai.c')
-rw-r--r-- | nscd/nscd_getai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/nscd_getai.c b/nscd/nscd_getai.c index e717dd8..a683976 100644 --- a/nscd/nscd_getai.c +++ b/nscd/nscd_getai.c @@ -39,7 +39,6 @@ libc_locked_map_ptr (map_handle); handling. */ libc_freeres_fn (ai_map_free) { - if (map_handle.mapped != NO_MAPPING) free (map_handle.mapped); } |