mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
* misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
This commit is contained in:
parent
14c8bf3b74
commit
ee3142006a
@ -1,3 +1,7 @@
|
||||
2007-01-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
|
||||
|
||||
2007-01-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1993,1995,1996,1997,2002,2005 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993,1995-1997,2002,2005,2007 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993.
|
||||
|
||||
@ -110,8 +110,7 @@ hdestroy_r (htab)
|
||||
return;
|
||||
}
|
||||
|
||||
if (htab->table != NULL)
|
||||
/* free used memory */
|
||||
/* Free used memory. */
|
||||
free (htab->table);
|
||||
|
||||
/* the sign for an existing table is an value != NULL in htable */
|
||||
|
Loading…
Reference in New Issue
Block a user