diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 19:07:38 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 19:07:38 +0000 |
commit | d69c8e1bccaf383a73bf2c122794cfc467f4b6e7 (patch) | |
tree | ee362d7dd9b7d112014617ec44a4fce3b92ae6ce /ChangeLog | |
parent | 777bc93bbfb2eae527533c824ff0fa453f8cc82b (diff) | |
download | mana-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.gz mana-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.bz2 mana-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.tar.xz mana-d69c8e1bccaf383a73bf2c122794cfc467f4b6e7.zip |
Plugged memory leak. Cleaned code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |