equiv: fix crashing bug
commitc15b48231e8078a9dca777c71e1d6b4062efa5c6
authorDan Carpenter <error27@gmail.com>
Fri, 19 Mar 2010 10:06:03 +0000 (19 13:06 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 19 Mar 2010 10:06:03 +0000 (19 13:06 +0300)
treec9f615419a792fddc908ad146ef7797c191bd465
parenta36b83114abe55d6dc2a1284aec33cbbb7184faa
equiv: fix crashing bug

We can't free the tracker yet because it is referenced in other places.

But actually we do need to free the tracker at the end of the function and
I notice that we don't do that.  I will need to fix this later.

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