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: [patch] clean up potential memory leak in thread.c


We're throwing named thread support into the kernel so I'm keeping an arbitrary length string in there. Would never be a huge memory leak but I'm fussy that way.

cheers,

Kris

Daniel Jacobowitz wrote:

On Thu, Sep 29, 2005 at 01:18:41PM -0400, Kris Warkentin wrote:
> Got rid of a 'FIXME' by implementing a target hook for cleaning up
> private thread info.  Look kosher?

I assume you have some target data that you need to get rid of for QNX?
Most other threaded targets have found a single struct sufficient, so
I'm mildly curious what you need.

--
Daniel Jacobowitz
CodeSourcery, LLC


-- Stay up-to-date on all the QNX news! Register at http://www.qnx.com/news/forms/newsletter.html to receive our newsletter.


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