https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216307
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ed Maste <[email protected]> --- free(NULL) is well defined, so e.g. if(pwd != NULL) free(pwd); ought to be just free(pwd); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
