locking: add class_mutex_destructor()
commit7b826402675bc5bd17a27a4b913e21291d1341a1
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 28 Sep 2023 13:16:19 +0000 (28 16:16 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 28 Sep 2023 13:16:19 +0000 (28 16:16 +0300)
treef30e1cf5165cffed4cb58522ac545027b7233dee
parent280895ec1c64c6384617b9c2aab94531ade3fc91
locking: add class_mutex_destructor()

This is another scope guard issue.  I really do need to generate a complete
list of all these new functions.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
check_locking.c