]> sourceware.org Git - lvm2.git/commit
cov: avoid double call of free_hints() on error path
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 22 Jun 2020 09:07:34 +0000 (11:07 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 24 Jun 2020 13:01:03 +0000 (15:01 +0200)
commitcca2a652d1ac2fa67677e3dca50141efa8e2c1a9
tree7919ec38d32866c5f3986674b91001021344c144
parenteb06832b37d6d1e3d1c5fba69c5829d76d5d27a5
cov: avoid double call of free_hints() on error path

Since we 'free_hints()' on return error path from call of
_read_hint_file(), avoid calling it twice in the middle of
error path process.
lib/label/hints.c
This page took 0.038176 seconds and 5 git commands to generate.