K 10 svn:author V 3 cem K 8 svn:date V 27 2018-03-20T00:16:24.860873Z K 7 svn:log V 288 blacklist: Fix minor memory leak in configuration parsing error case Ordinarily, the continue clause of the for-loop would free 'line.' In this case we instead return early, missing the free. Add an explicit free to avoid the leak. Reported by: Coverity Sponsored by: Dell EMC Isilon END