TStartsReferee::~TStartsReferee()
{
  shutdownAll();

  if(m_pCryptProv)
  {
    delete m_pCryptProv;
    m_pCryptProv = NULL;
  }
}
Exemple #2
0
GP2DEngine::~GP2DEngine() {
    // when the engine is destroyed... shut it all down.
    shutdownAll();
}