summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-14 04:12:40 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-14 04:12:40 +0300
commit3fbd84495797ad9be97753e541cb82799de2f1c9 (patch)
tree2fd90f05c4b31a9a87dd8129cd3bc1f869e2f05a /src/net/tmwa/playerhandler.cpp
parent6669764210df9526471d22101514e40cd118fee6 (diff)
downloadplus-3fbd84495797ad9be97753e541cb82799de2f1c9.tar.gz
plus-3fbd84495797ad9be97753e541cb82799de2f1c9.tar.bz2
plus-3fbd84495797ad9be97753e541cb82799de2f1c9.tar.xz
plus-3fbd84495797ad9be97753e541cb82799de2f1c9.zip
Fix memory leak in reading evol online list.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index c678fe09d..4534cca8b 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -240,6 +240,7 @@ void PlayerHandler::processOnlineList(Net::MessageIn &msg)
if (whoIsOnline)
whoIsOnline->loadList(arr);
+ delete [] start;
}
} // namespace TmwAthena