https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
--- Comment #3 from [email protected] --- The man page lies :( login_getcapstr et al call cgetstr but don't track the allocation from it to free later from login_close. Some of the things are freed (class, style, cap) but if you call login_getcapstr, login _getcaptime, login_getcapnum or login_getcapsize there is no tracking. There are also a few login_* functions which call login_getcapstr and so will also leak. I am working on a patch to track them and free later but it's pretty prototypical at this stage. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
