This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/bfin ChangeLog interp.c
- From: vapier at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 18 Jun 2011 17:20:39 -0000
- Subject: src/sim/bfin ChangeLog interp.c
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2011-06-18 17:20:39
Modified files:
sim/bfin : ChangeLog interp.c
Log message:
sim: bfin: use freeargv for freeing argvs
Since the argv array was allocated with dupargv, it needs to be freed
with freeargv to avoid leaks.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/interp.c.diff?cvsroot=src&r1=1.2&r2=1.3