Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-07-27 18:53:42 +0400
committerChristopher Faylor <me@cgf.cx>2008-07-27 18:53:42 +0400
commit34aa62035b0630a6d6fae9f577f10d5d191c5bb6 (patch)
tree3f37df6969d2c082d34712db32349b78bb916f5c /winsup/utils/ChangeLog
parent904413e731347d5fd0e8356c3f79744eb3d977a4 (diff)
* cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with it.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index ae61a4187..2581bfedb 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-27 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with
+ it.
+
2008-07-25 Christopher Faylor <me+cygwin@cgf.cx>
* mount.cc: Remove non-unix-like options (-x,-t,b) throughout.