]> git.saurik.com Git - apt.git/commit
don't leak FD in AutoProxyDetect command return parsing
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 9 Jun 2016 22:01:46 +0000 (00:01 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 10 Jun 2016 08:49:41 +0000 (10:49 +0200)
commit8f858d560e3b7b475c623c4e242d1edce246025a
tree58e16ef1997c02f0d746504290efdb6817e69daa
parent7977ed047f967b3e4b4091181acce3eaf7bd8176
don't leak FD in AutoProxyDetect command return parsing

Just closing the fd would be enough, but while we are at it we can also
use the Popen interface to have an easier time with this.
apt-pkg/contrib/proxy.cc