diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-07 18:22:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-07 18:22:26 +0000 |
commit | 182d0e28a7712d11a40f9b91412cce1f7843a7ec (patch) | |
tree | b20ff483a647c7bbedaa7279e2c31b78243674cd | |
parent | ef4d65ba95a0a589d28cb778aca87c5aff9378f1 (diff) | |
download | cygnal-182d0e28a7712d11a40f9b91412cce1f7843a7ec.tar.gz cygnal-182d0e28a7712d11a40f9b91412cce1f7843a7ec.tar.bz2 cygnal-182d0e28a7712d11a40f9b91412cce1f7843a7ec.zip |
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to handle
freeing of memory on error condition.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 61dcfb3f9..5b4e4ed36 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-11-07 Christopher Faylor <cgf@redhat.com> + * fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to + handle freeing of memory on error condition. + +2003-11-07 Christopher Faylor <cgf@redhat.com> + * cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev from h as h would be NULL at this point. (cygthread::operator new): Issue debugging info when overflowing the |