Closed 1g0rb0hm closed 4 years ago
It's hard to worry too much about tiny startup-time memory leaks (as opposed to ongoing one that leak an arbitrary amount of data), but sure this seems OK.
It's hard to worry too much about tiny startup-time memory leaks (as opposed to ongoing one that leak an arbitrary amount of data), but sure this seems OK.
Agree.
Trying to reduce the number of Coverity issues to make it easier to spot new ones.
Thanks for merging.
getns() returns a pointer to a malloced string. In some cases that malloced string was not freed causing memory leaks.