]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: fix a memory leak found by clang-tidy. v0.4.0
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 29 Mar 2018 01:59:51 +0000 (21:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 29 Mar 2018 02:00:54 +0000 (22:00 -0400)
There was an error path in apply_default_acl() that was returning
directly rather than jumping to the cleanup function where memory is
freed. Thanks, clang-tidy.


No differences found