added linux support [untested]

This commit is contained in:
David Anderson
2006-04-24 07:19:15 +00:00
parent 0d3e657e1a
commit 114a6fe19d
5 changed files with 81 additions and 1 deletions

View File

@ -354,8 +354,8 @@ AtomicResult::~AtomicResult()
for (unsigned int i=0; i<m_AllocRows; i++)
delete [] m_Rows[i];
delete [] m_Rows;
m_AllocRows = 0;
m_Rows = NULL;
m_AllocRows = NULL;
}
}