diff --git a/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp b/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp index 3c50dd9e..be656850 100644 --- a/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp +++ b/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;