unwind: store more release functions in the DB
commitbd3f8f6bb3cdcd177b41d94223d2a3e7a5d78457
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 1 Sep 2021 13:49:51 +0000 (1 16:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 1 Sep 2021 13:49:51 +0000 (1 16:49 +0300)
tree900d648c71e1acd20e3dc0cdaf4f814f7e1909b7
parente4533cd6818bcc315705e8e27123f06fc48c0a67
unwind: store more release functions in the DB

There are some release functions which do:

if (!p)
free(p);

We should record in the DB that "p" is freed even though it's not when
"p" is NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_unwind.c