]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Various memory leaks plugged and NULL pointer fixes made in the ssh code.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 15 Mar 2007 22:29:10 +0000 (22:29 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 15 Mar 2007 22:29:10 +0000 (22:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e6458feb3520b8a9e83cc465d7c9da1c2480a701..c3a55008b9a121e6a312ac6319e448704d286dfd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
 
                                   Changelog
 
+Dan F (15 March 2007)
+- Various memory leaks plugged and NULL pointer fixes made in the ssh code.
+
 Daniel (15 March 2007)
 - Nick made the curl tool accept globbing ranges that only is one number, i.e
   you can now use [1-1] without curl complaining.