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

Re: [RFA] Use std::string in reread_symbols


On 2018-05-19 11:17 AM, Tom Tromey wrote:
> This removes a cleanup from reread_symbols by using std::string.  This
> fixes a memory leak, because this cleanup is ordinarily discarded, not
> run.
> 
> Tested by the buildbot.
LGTM, thanks.

Simon


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