diff options
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r-- | winsup/cygwin/dtable.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc index d7a9ffe0f..385553a65 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; } } |