]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
src/config: fix coverity warning about add missing unlock()
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 20 May 2022 14:25:35 +0000 (08:25 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 20 May 2022 14:25:40 +0000 (08:25 -0600)
commit750388bda000a1ac00550ae400a4b5ace3dc1c37
treef79a114eae546990a39b5039e47e09cac2be07c8
parent2045fcd6b3428f1b1ca226974259e00399049472
src/config: fix coverity warning about add missing unlock()

Add missing unlock() of cg_mount_table_lock, reported by Coverity tool:

CID 1412126 (#1 of 1): Missing unlock (LOCK). missing_unlock:
Returning without unlocking cg_mount_table_lock.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/config.c