_PROP_FREE
#define _PROP_FREE(v, t) free((v), (t))
#define _PROP_FREE(v, t) dealloc((v), 0) /* XXX */
#define _PROP_FREE(v, t) free((v))