rtld: Fix a memory leak on thread termination
authorImre Vadasz <imre@vdsz.com>
Sun, 26 Apr 2015 22:20:47 +0000 (00:20 +0200)
committerImre Vadasz <imre@vdsz.com>
Mon, 27 Apr 2015 09:00:07 +0000 (11:00 +0200)
commit921fe3b4ed2cf8802e1aa409c151c974b3efac7f
tree8a0d5b522c7c3ccabff36e445c4a52fd0c8b8b83
parent35ef12056da56825329360bffd23a811c7cc0e74
rtld: Fix a memory leak on thread termination

* Plugs a memory leak in the free_tls() function which was leaking
  some memory on every thread termination.
libexec/rtld-elf/rtld.c