2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Another attempt to fix the std::list in NLM.

This commit is contained in:
Darryl Pogue
2012-04-07 14:54:36 -07:00
parent 1fa981d09e
commit 863247f0dd

View File

@ -271,7 +271,7 @@ void plNetLinkingMgr::ExecNextOp () {
break;
}
s_opqueue.pop_front();
s_opqueue.remove(op);
delete op;
}