]> git.ozlabs.org Git - yaboot.git/blobdiff - ChangeLog
Pretend to allocate/deallocate memory correctly
[yaboot.git] / ChangeLog
index 592cbbcb6a9589870441839efb5284c5f06eb654..7002c5d9a95c33d93976120dde9c4f58653978ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,22 @@
 # arch-tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
 #
 
+2005-07-29 04:29:18 GMT        Ethan Benson <erbenson@alaska.net>      patch-84
+
+    Summary:
+      Pretend to allocate/deallocate memory correctly
+    Revision:
+      yaboot--devel--1.3--patch-84
+
+    * Pretend like we actually manage memory properly by calling free() on
+      things which were malloc()'ed or strdup()'ed.
+      (Patch from Dustin Kirkland).
+
+    modified files:
+     0arch-timestamps0 ChangeLog second/file.c second/partition.c
+     second/yaboot.c
+
+
 2005-07-09 23:51:20 GMT        Ethan Benson <erbenson@alaska.net>      patch-83
 
     Summary: