From ca09c7ff6030181dbe4b378dedbcb35d242b2382 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 13 Apr 2011 10:51:17 -0700 Subject: [PATCH] Revert "Fix a memory leak" -- this will require more investigation This reverts commit e36dbad38c9753fa6b47948577b6e69ff057cfda. --- Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp | 1 - 1 file changed, 1 deletion(-) 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;