Browse Source

Revert "Fix a memory leak" -- this will require more investigation

This reverts commit e36dbad38c9753fa6b47948577b6e69ff057cfda.
Michael Hansen 14 years ago
parent
commit
ca09c7ff60
  1. 1
      Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp

1
Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp

@ -113,7 +113,6 @@ void ReportNetErrorTrans::Post () {
void ReportNetError (ENetProtocol protocol, ENetError error) {
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error);
NetTransSend(trans);
trans->DecRef();
}
} using namespace Ngl;

Loading…
Cancel
Save