Ángel González <[email protected]> writes: [...]
> Low importance since the cases where idn_free() isn't equivalent > to xfree() would be marginal, but a bug anyway. They can't be equivalent: xfree is a macro that calls free(3) then resets the pointer to NULL. I didn't check but to be on the safe side the translation should probably be "idn_free(p); p = NULL;". -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
