diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 15:23:58 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 15:23:58 +0000 |
commit | 836e7158bd9819c893e426ea5f88c959c606ce12 (patch) | |
tree | 0f58565fbe342b48619a3798b9a021fdecc3ef75 /ChangeLog | |
parent | 69ae4ca599df6a5de249b2214c839bcac2e2feba (diff) | |
download | mana-836e7158bd9819c893e426ea5f88c959c606ce12.tar.gz mana-836e7158bd9819c893e426ea5f88c959c606ce12.tar.bz2 mana-836e7158bd9819c893e426ea5f88c959c606ce12.tar.xz mana-836e7158bd9819c893e426ea5f88c959c606ce12.zip |
Plugged memory leak in connection dialog box.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |