Browse Source

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

Darryl Pogue 13 years ago
parent
commit
863247f0dd
  1. 2
      Sources/Plasma/PubUtilLib/plNetClient/plNetLinkingMgr.cpp

2
Sources/Plasma/PubUtilLib/plNetClient/plNetLinkingMgr.cpp

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

Loading…
Cancel
Save