egl/eglrefimpl/src/session.cpp
branchEGL_MERGE
changeset 74 0f98da52363f
parent 60 013f1c757b1e
child 75 b3f964e007c8
equal deleted inserted replaced
73:a935d7985d66 74:0f98da52363f
    78 	Dll::SetTls( NULL ); 
    78 	Dll::SetTls( NULL ); 
    79 	}
    79 	}
    80 
    80 
    81 CEglThreadSession::~CEglThreadSession()
    81 CEglThreadSession::~CEglThreadSession()
    82 	{
    82 	{
    83 	delete iEgl;
       
    84 	CEglDriver::Close();
    83 	CEglDriver::Close();
    85 	}
    84 	}
    86 
    85 
    87 CEglThreadSession* CEglThreadSession::Static()
    86 CEglThreadSession* CEglThreadSession::Static()
    88 	{
    87 	{