Closed sbinet closed 10 years ago
hml-validate and hml-mk-zip don't close files early enough (defer-ing inside for-loops) make sure to call Close inside the loop (but keep the defer)
hml-validate
hml-mk-zip
defer
for
Close
closed by f8a5bc8
hml-validate
andhml-mk-zip
don't close files early enough (defer
-ing insidefor
-loops) make sure to callClose
inside the loop (but keep thedefer
)