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