Skip to content

Commit 41ba40c

Browse files
committed
Merge branch 'pr72-RakMemoryOverride' into pr-integration
2 parents 5907324 + 2bbe850 commit 41ba40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RakPeer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5511,7 +5511,7 @@ void RakPeer::DerefAllSockets(void)
55115511
unsigned int i;
55125512
for (i=0; i < socketList.Size(); i++)
55135513
{
5514-
delete socketList[i];
5514+
RakNet::OP_DELETE(socketList[i], _FILE_AND_LINE_);
55155515
}
55165516
socketList.Clear(false, _FILE_AND_LINE_);
55175517
}

0 commit comments

Comments
 (0)