src/gdb ChangeLog dwarf2read.c
tromey@sourceware.org
tromey@sourceware.org
Mon Jul 22 17:53:00 GMT 2013
CVSROOT: /cvs/src
Module name: src
Changes by: tromey@sourceware.org 2013-07-22 17:53:56
Modified files:
gdb : ChangeLog dwarf2read.c
Log message:
fix dwarf_decode_line_header
dwarf_decode_line_header has one return that is missing a call to
do_cleanups. This patch adds it.
This was found using the cleanup checker.
* dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
on all return paths.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15813&r2=1.15814
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.811&r2=1.812
More information about the Gdb-cvs
mailing list