From 0b867460075c9f02cb305abc91a0e12b90017583 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 30 May 2013 14:37:38 +0200 Subject: Unwinder for x86*. Signed-off-by: Jan Kratochvil Signed-off-by: Mark Wielaard --- libdwfl/dwfl_end.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libdwfl/dwfl_end.c') diff --git a/libdwfl/dwfl_end.c b/libdwfl/dwfl_end.c index 94fcfc6e..33cae48c 100644 --- a/libdwfl/dwfl_end.c +++ b/libdwfl/dwfl_end.c @@ -1,5 +1,5 @@ /* Finish a session using libdwfl. - Copyright (C) 2005, 2008, 2012 Red Hat, Inc. + Copyright (C) 2005, 2008, 2012-2013 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -34,6 +34,9 @@ dwfl_end (Dwfl *dwfl) if (dwfl == NULL) return; + if (dwfl->process) + __libdwfl_process_free (dwfl->process); + free (dwfl->lookup_addr); free (dwfl->lookup_module); free (dwfl->lookup_segndx); -- cgit v1.2.3