diff options
Diffstat (limited to 'tests/funcretval.c')
| -rw-r--r-- | tests/funcretval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/funcretval.c b/tests/funcretval.c index 66e04f6b..ec93fd05 100644 --- a/tests/funcretval.c +++ b/tests/funcretval.c @@ -96,5 +96,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; } |
