|
|
|
@ -3312,10 +3312,10 @@ void CGraph :: ComputeStaticRoutingTables( void )
@@ -3312,10 +3312,10 @@ void CGraph :: ComputeStaticRoutingTables( void )
|
|
|
|
|
} |
|
|
|
|
ALERT( at_aiconsole, "Size of Routes = %d\n", nTotalCompressedSize); |
|
|
|
|
} |
|
|
|
|
if (Routes) delete Routes; |
|
|
|
|
if (BestNextNodes) delete BestNextNodes; |
|
|
|
|
if (pRoute) delete pRoute; |
|
|
|
|
if (pMyPath) delete pMyPath; |
|
|
|
|
if (Routes) delete[] Routes; |
|
|
|
|
if (BestNextNodes) delete[] BestNextNodes; |
|
|
|
|
if (pRoute) delete[] pRoute; |
|
|
|
|
if (pMyPath) delete[] pMyPath; |
|
|
|
|
Routes = 0; |
|
|
|
|
BestNextNodes = 0; |
|
|
|
|
pRoute = 0; |
|
|
|
|