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/