summaryrefslogtreecommitdiffstats
path: root/tests/find-prologues.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-12-05 22:46:21 +0000
committerRoland McGrath <[email protected]>2005-12-05 22:46:21 +0000
commit994b4899278199fc4d307780dac0ea50b238bc74 (patch)
tree319952538a8556fa7f4d1ffcb4ae258fc6c47a5b /tests/find-prologues.c
parent038129b11ac71a13ccaf9029122be86d6c532990 (diff)
merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5
and 7b542932f3e2947183b45bdbf39d448f457da9fd
Diffstat (limited to 'tests/find-prologues.c')
-rw-r--r--tests/find-prologues.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/find-prologues.c b/tests/find-prologues.c
index ad668cdd..2e2fd0e1 100644
--- a/tests/find-prologues.c
+++ b/tests/find-prologues.c
@@ -98,5 +98,7 @@ main (int argc, char *argv[])
while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
dwarf_getfuncs (a.cu, &handle_function, &a, 0);
+ dwfl_end (a.dwfl);
+
return result;
}