Whoops, remove an artifact that remained when debugging: don't delete the message buffer.

Originally committed to SVN as r4416.
This commit is contained in:
Amar Takhar 2010-06-03 08:32:42 +00:00
parent 5e8d5b221b
commit 1768a8138d
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ Message::~Message() {
sm->message = msg->str();
sm->len = msg->pcount();
agi::log::log->log(sm);
delete[] buf;
delete msg;
}