selinux-util: make type of cleanup func void
authorMike Yuan <me@yhndnzj.com>
Sat, 15 Jun 2024 10:55:45 +0000 (12:55 +0200)
committerMike Yuan <me@yhndnzj.com>
Sat, 15 Jun 2024 11:05:50 +0000 (13:05 +0200)
commit2128085d0c85b9df2d000c551da47dfbc3374b91
tree601f982ffb3569d5d7743d68b43138be6be2d1d6
parentc89d1e425af8b772b1629b2f8551e60315ca4f01
selinux-util: make type of cleanup func void

Follow-up for 6623c64a02fae52103cdc9c80dfcabec9eeaf8ba

Return values are pointless for _cleanup_ functions, and
this matches what we do in DEFINE_TRIVIAL_CLEANUP_FUNC().
src/shared/selinux-util.h