]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:10:45 +0000 (05:10 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:10:45 +0000 (05:10 +0000)
commit4ddd8202bc49c02b34ff2dc662976dbf8aa9eb03
treeade78c53dce644c4909016ad09e920cf1392f1a6
parent152fbe88e9fd661c195b2374a0d229998e18e8dc
lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already
been closed.  Don't try to reclose it.  Found by Insure.
Modules/linuxaudiodev.c