Skip to content

free handle resources before running scripts

Andrew Gregory requested to merge andrew/handle-cleanup into master

The primary purpose of this is to allow cleanup of file descriptors allocated by curl that were left open in the child. I am not aware of any issues caused by the open file descriptors, but think it better to not leave random open fd's lying around.

Merge request reports