summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 12:23:50 -0600
committerIra Rice <irarice@gmail.com>2009-03-10 12:50:39 -0600
commitcabb9735f2e31b9f1f64b2496e1775d54861da36 (patch)
tree6772eda38f08a77af7717c8f4747aab77061cfcf /src/gui/chat.cpp
parent75fc8e62d25ff1d39408588f76d95df4a9a7e663 (diff)
downloadmana-client-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.gz
mana-client-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.bz2
mana-client-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.xz
mana-client-cabb9735f2e31b9f1f64b2496e1775d54861da36.zip
Fix some mem leaks
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 44e08052..098d4e46 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -109,8 +109,6 @@ ChatWindow::~ChatWindow()
config.setValue("PartyPrefix", partyPrefix);
config.setValue("ReturnToggles", mReturnToggles ? "1" : "0");
delete mRecorder;
- delete mItemLinkHandler;
- delete mParty;
}
void ChatWindow::chatLog(std::string line, int own, bool ignoreRecord)