mirror of https://github.com/odrling/Aegisub
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:
parent
5e8d5b221b
commit
1768a8138d
|
@ -119,7 +119,6 @@ Message::~Message() {
|
||||||
sm->message = msg->str();
|
sm->message = msg->str();
|
||||||
sm->len = msg->pcount();
|
sm->len = msg->pcount();
|
||||||
agi::log::log->log(sm);
|
agi::log::log->log(sm);
|
||||||
delete[] buf;
|
|
||||||
delete msg;
|
delete msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue