diff options
author | rathnor <rathnor> | 2003-10-02 16:14:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-02 16:14:41 (GMT) |
commit | 158b515e21f0f0154041cd5985ec38fe37c0e875 (patch) | |
tree | c1aebd425cef8610820043ae1f380dd5fb1f02d1 /ChangeLog | |
parent | bb1a7c92d8bb194e7e415f4348b7428f1b8ef436 (diff) | |
download | fluxbox_pavel-158b515e21f0f0154041cd5985ec38fe37c0e875.zip fluxbox_pavel-158b515e21f0f0154041cd5985ec38fe37c0e875.tar.bz2 |
address some memory issues shown up with valgrind
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes 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 |