leaks: silence cleanup.h false positives
commit78e3bddd2a3a33f8e95166c00df8b61977aa43ec
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 11 Aug 2023 09:52:31 +0000 (11 12:52 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Fri, 11 Aug 2023 09:52:31 +0000 (11 12:52 +0300)
tree4753627a099f4b3e5014ac144c3db450e16f7a83
parent6eedcbc5877b83ce9bfef380335690bf2e88634e
leaks: silence cleanup.h false positives

This was warning about allocations that are cleaned up automatically at
the end of the scope.  (The new cleanup.h stuff).

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
check_leaks.c
smatch.h
smatch_helper.c