]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Destroy the default thread attribute as part of freeres
authorFlorian Weimer <fweimer@redhat.com>
Tue, 19 May 2020 09:03:11 +0000 (11:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 2 Jun 2020 08:32:47 +0000 (10:32 +0200)
commit6993670b52daa413717e840dfb17b5322e7f4a88
tree9e81fc9519354381a3d62c47f89cf9bb053e6f68
parentc2322a561f74b8fa41b9d9c6b8eb57e28de46f3e
nptl: Destroy the default thread attribute as part of freeres

This avoids a spurious memory leak report by valgrind.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nptl/nptlfreeres.c
nptl/pthreadP.h
nptl/pthread_setattr_default_np.c