summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-22 15:23:58 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-22 15:23:58 +0000
commit836e7158bd9819c893e426ea5f88c959c606ce12 (patch)
tree0f58565fbe342b48619a3798b9a021fdecc3ef75 /ChangeLog
parent69ae4ca599df6a5de249b2214c839bcac2e2feba (diff)
downloadmana-client-836e7158bd9819c893e426ea5f88c959c606ce12.tar.gz
mana-client-836e7158bd9819c893e426ea5f88c959c606ce12.tar.bz2
mana-client-836e7158bd9819c893e426ea5f88c959c606ce12.tar.xz
mana-client-836e7158bd9819c893e426ea5f88c959c606ce12.zip
Plugged memory leak in connection dialog box.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d77170f3..3d9c758f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2007-10-22 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/particle.cpp: Plugged memory leak.
+ * src/gui/connection.cpp, src/gui/connection.h: Simplified code.
+ Plugged memory leak.
2007-10-21 Guillaume Melquiond <guillaume.melquiond@gmail.com>