if map_library has allocated a buffer for phdrs, free it on success too
authorRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 13:59:02 +0000 (09:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 13:59:02 +0000 (09:59 -0400)
commit8d01dfc72aeecb5209e17d7a5049cb6fd326241a
treec82482d53afbb1f847e476c08aba16de2324cf14
parentd5884a574cf156c8346e84b495b5cb29bbbd2d1a
if map_library has allocated a buffer for phdrs, free it on success too

this fixes an oversight in the previous commit.
src/ldso/dynlink.c