aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-02 16:14:41 (GMT)
committerrathnor <rathnor>2003-10-02 16:14:41 (GMT)
commit158b515e21f0f0154041cd5985ec38fe37c0e875 (patch)
treec1aebd425cef8610820043ae1f380dd5fb1f02d1 /ChangeLog
parentbb1a7c92d8bb194e7e415f4348b7428f1b8ef436 (diff)
downloadfluxbox-158b515e21f0f0154041cd5985ec38fe37c0e875.zip
fluxbox-158b515e21f0f0154041cd5985ec38fe37c0e875.tar.bz2
address some memory issues shown up with valgrind
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cacb377..62647f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes for 0.9.6:
3*03/10/02: 3*03/10/02:
4 * Fix couple of memory leaks and uninitialised uses shown up with
5 valgrind (Simon)
6 EventManager.cc TextureRender.cc Gnome.cc Screen.cc Window.cc
7 WinClient.cc Xutil.cc main.cc
4 * Make grips children of handle (Simon) 8 * Make grips children of handle (Simon)
5 - Fixes parentrelative grip texture 9 - Fixes parentrelative grip texture
6 FbWinFrame.hh/cc 10 FbWinFrame.hh/cc