diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2007-02-21 08:14:22 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2007-02-21 08:14:22 +0000 |
| commit | 2483dd13894dac0da2d62276d38db27e811f9af2 (patch) | |
| tree | fca73bb3f785e8f18becd1f7514047077db14af6 /lib/libelf | |
| parent | 814ee007c306a6e01977a3957e2bca7d14cd63ae (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/libelf_allocate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/libelf_allocate.c b/lib/libelf/libelf_allocate.c index 834e0ddf4a47..1fa1eee18a97 100644 --- a/lib/libelf/libelf_allocate.c +++ b/lib/libelf/libelf_allocate.c @@ -191,7 +191,7 @@ _libelf_release_scn(Elf_Scn *s) d = _libelf_release_data(d); } - STAILQ_FOREACH_SAFE(d, &s->s_data, d_next, td) { + STAILQ_FOREACH_SAFE(d, &s->s_rawdata, d_next, td) { assert((d->d_flags & LIBELF_F_MALLOCED) == 0); STAILQ_REMOVE(&s->s_rawdata, d, _Elf_Data, d_next); d = _libelf_release_data(d); |
