]> git.ipfire.org Git - thirdparty/coreutils.git/commit
split: cleanup after posix_spawn
authorCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 19:35:37 +0000 (12:35 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 19:42:01 +0000 (12:42 -0700)
commit2213542e400e2008e02f1b18232e17a3d7ab112e
tree9dcbc541a68d725b8a6fca70e4831b89ebeefb4a
parentca8b92866579fe87aeb6d4e93f3bfc07457e2367
split: cleanup after posix_spawn

* boostrap.conf (gnulib_modules): Add posix_spawn_file_actions_destroy.
* src/split.c (cleanup): Call posix_spawnattr_destroy and
posix_spawn_file_actions_destroy after a successful posix_spawn.
bootstrap.conf
src/split.c