summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-22 19:07:38 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-22 19:07:38 +0000
commitd69c8e1bccaf383a73bf2c122794cfc467f4b6e7 (patch)
treeee362d7dd9b7d112014617ec44a4fce3b92ae6ce /ChangeLog
parent777bc93bbfb2eae527533c824ff0fa453f8cc82b (diff)
downloadmana-client-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.gz
mana-client-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.bz2
mana-client-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.xz
mana-client-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.zip
Plugged memory leak. Cleaned code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d9c758f..1d7870c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/particle.cpp: Plugged memory leak.
* src/gui/connection.cpp, src/gui/connection.h: Simplified code.
Plugged memory leak.
+ * src/configuration.cpp, src/main.cpp: Plugged memory leak. Cleaned
+ code.
2007-10-21 Guillaume Melquiond <guillaume.melquiond@gmail.com>