summaryrefslogtreecommitdiffstats
path: root/tests/line2addr.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/line2addr.c
parent038129b11ac71a13ccaf9029122be86d6c532990 (diff)
merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5
and 7b542932f3e2947183b45bdbf39d448f457da9fd
Diffstat (limited to 'tests/line2addr.c')
-rw-r--r--tests/line2addr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/line2addr.c b/tests/line2addr.c
index 7b10be82..8a983bd1 100644
--- a/tests/line2addr.c
+++ b/tests/line2addr.c
@@ -138,5 +138,7 @@ main (int argc, char *argv[])
free (a.file);
}
+ dwfl_end (dwfl);
+
return 0;
}