diff options
Diffstat (limited to 'tests/alldts.c')
| -rw-r--r-- | tests/alldts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/alldts.c b/tests/alldts.c index c39b8fb6..eaecaf57 100644 --- a/tests/alldts.c +++ b/tests/alldts.c @@ -256,6 +256,9 @@ main (void) /* And the data allocated in the .shstrtab section. */ free (data->d_buf); + /* And the dynamic entries. */ + free (dyn); + /* All done. */ if (elf_end (elf) != 0) { |
