aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index d7a9ffe..385553a 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -142,9 +142,7 @@ hinfo::release (int fd)
{
if (!not_open (fd))
{
-MALLOC_CHECK;
delete (fds[fd]);
-MALLOC_CHECK;
fds[fd] = NULL;
}
}