From c5c7bf600ab7a213009268b5b249d31be6bd8538 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 27 May 2011 13:57:02 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33149 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 09fc5bb..637a2c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-27 13:53 David Chisnall + + * libs/back/trunk/Source/x11/XGServerWindow.m: Call NSZoneFree() on + pointer allocated with NSAllocateCollectable(), not free(). This + is a no-op in GC mode, and will free the memory in non-GC mode. + 2011-05-25 Eric Wasylishen * Source/winlib/WIN32GState.m: