contrib/cleanup: loosen type-checking in auto_free
- advantage:
auto_free anyType *foo;
works (for anyType != char) - disadvantage:
auto_free anyType bar;
is also accepted without any warning, though I expect such problems will be relatively easy to debug.