This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] xfullpath and new regression test xfullpath.exp - take2


Joel,

The patch contains:

1.60         (brobecke 05-Apr-02):         const char *rp = gdb_realpath 
(symtab_to_filename (s));
1.60         (brobecke 05-Apr-02):         make_cleanup (xfree, rp);

``rp'' shouldn't be const.  -Werror flags this.

Looks like you've fixed heaps of memory leaks!

enjoy,
Andrew


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