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]

[RFA] Fix memory leak in solib-svr4.c


Hi all,

I found a memory leak in solib-svr4.c: svr4_free_library_list uses
svr4_free_so, which frees the inner parts of the so_list but not
the so_list itself.  This patch fixes.

Ok to commit?

Thanks,
Gary

-- 
http://gbenson.net/

Attachment: patch
Description: Text document


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