This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/13309] (cpychecker) Memory leak ingdb/python/py-inferior.c: gdbpy_inferiors()


http://sourceware.org/bugzilla/show_bug.cgi?id=13309

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-10-20 13:34:21 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pmuldoon@sourceware.org    2011-10-20 13:34:17

Modified files:
    gdb            : ChangeLog 
    gdb/python     : py-breakpoint.c py-inferior.c 

Log message:
    2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/13308
    PR python/13309

    * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
    leak.
    * python/py-inferior.c (gdbpy_inferiors): Fix List reference
    leak.  Delete unused variables.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13445&r2=1.13446
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-breakpoint.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-inferior.c.diff?cvsroot=src&r1=1.15&r2=1.16

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]