Skip to content

contrib/cleanup: loosen type-checking in auto_free

Vladimír Čunát requested to merge auto_free-generic into master
  • 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.

Merge request reports