core: clear allocated smatch_states at the end of the function
commitd871df90de76251201aa26713293464a182d21ce
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 15:10:31 +0000 (12 18:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 15:10:31 +0000 (12 18:10 +0300)
tree7735003aa07cfbf76a7df4e2aaa2c378f401893e
parentdbeec76cb8305b7f94203da2eb56a760c46ec835
core: clear allocated smatch_states at the end of the function

Most smatch_state structs are declared statically but smatch_extra and a
few others allocate theirs.

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