Skip to content

Fix double close()

Vlad Zahorodnii requested to merge work/zzag/double-close into master

AbstractDataSource::requestData() takes the ownership of the file descriptor. So the second close() will close an already closed fd.

Merge request reports