Skip to content
Commit 00cb1269 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Fix double close()

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


(cherry picked from commit 61eb8ce7)
parent 10a048e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment