]> git.k1024.org Git - pyxattr.git/commit
Don't leak temporary tuples in get_all() (#36)
authorIustin Pop <iustin@k1024.org>
Sun, 9 Oct 2022 21:07:06 +0000 (00:07 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2022 21:07:06 +0000 (00:07 +0300)
commit5234c0013468a57e3a4fe464c16d4919dc1c8942
tree944c76f998e54f5feb3fead17e45bd3b624ead6a
parente59d99481b99898d50eae6e627725969ff5fc44e
Don't leak temporary tuples in get_all() (#36)

Issue #35 found two instances of memory leaks. This fixes the first one, which arguably is a more realistic case.
xattr.c