mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Revert "Fix a memory leak" -- this will require more investigation
This reverts commit e36dbad38c9753fa6b47948577b6e69ff057cfda.
This commit is contained in:
@ -113,7 +113,6 @@ void ReportNetErrorTrans::Post () {
|
|||||||
void ReportNetError (ENetProtocol protocol, ENetError error) {
|
void ReportNetError (ENetProtocol protocol, ENetError error) {
|
||||||
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error);
|
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error);
|
||||||
NetTransSend(trans);
|
NetTransSend(trans);
|
||||||
trans->DecRef();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} using namespace Ngl;
|
} using namespace Ngl;
|
||||||
|
Reference in New Issue
Block a user