]> git.saurik.com Git - apt.git/commitdiff
close leaking slave fd after setting up pty magic
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 17 Nov 2014 14:06:35 +0000 (15:06 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 28 Nov 2014 15:15:39 +0000 (16:15 +0100)
The fd moves out of scope here anyway, so we should close it properly
instead of leaking it which will tickle down to dpkg maintainer scripts.

Closes: 767774

No differences found