diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-08-04 00:51:57 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-08-04 00:51:57 +0000 |
| commit | 40d7941322f2d64c9f5d9cb15a9dbb3d4d47d435 (patch) | |
| tree | ee5d9349db817cae93ab068a4465ff8a8394ea89 | |
| parent | 897f899ab5bf86c9efd1732a1278fa9c91ec5216 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdlib/hcreate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index cfcd11583be3c..dfb4968a1299e 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -142,7 +142,6 @@ hdestroy(void) while (!SLIST_EMPTY(&htable[idx])) { ie = SLIST_FIRST(&htable[idx]); SLIST_REMOVE_HEAD(&htable[idx], link); - free(ie->ent.key); free(ie); } } |
