Don't __free_sm_state() until end of function.
commitf3d05c1ad79cfcf538b2aa52f427b8366ec4f99b
authorDan Carpenter <error27@gmail.com>
Mon, 2 Mar 2009 16:37:55 +0000 (2 19:37 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 2 Mar 2009 16:37:55 +0000 (2 19:37 +0300)
tree8689e9b165060f086c76bf40a889c3ef6cbeed4d
parent692d6a1c8343c64be1060e2bec6763b59ca02375
Don't __free_sm_state() until end of function.

There isn't any code that calls this function.  It would be bad to
delete that if it was still in a ->possible list.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_slist.c