Actions
Bug #3014
closedsbin/ccdconfig/ccdconfig.c:280]: (error) Memory leak: disks
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/11/2017
Due date:
% Done:
0%
Estimated time:
Description
Source code is
else {
warnx("%s: %s", cp, strerror(j));
return (1);
}
Other error returns in the same function seem to worry
about freeing memory, but this path doesn't.
Actions