]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
End Dwarf in dwarf-getmacros test case
authorPetr Machata <pmachata@redhat.com>
Fri, 7 Nov 2014 18:44:03 +0000 (19:44 +0100)
committerPetr Machata <pmachata@redhat.com>
Fri, 7 Nov 2014 18:44:03 +0000 (19:44 +0100)
tests/dwarf-getmacros.c

index 588dd756c2680d53da4ff5e4d6a24f42b4d9a733..f203d5bbb6315279757e62e5bec915221ea7b41a 100644 (file)
@@ -123,5 +123,7 @@ main (int argc __attribute__ ((unused)), char *argv[])
        break;
       }
 
+  dwarf_end (dbg);
+
   return 0;
 }