]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Add missing fclose() when applying updates failed (rpz/testlib)
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Aug 2024 10:04:29 +0000 (10:04 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Aug 2024 10:04:29 +0000 (10:04 +0000)
In rpz system tests, we could leak file if the applying the updates has
failed.  Add the missing fclose() before returning.

Merge branch 'ondrej/add-missing-flose-to-rpz-testlib' into 'main'

See merge request isc-projects/bind9!9317


Trivial merge