Fixed reopening a controller on Android
This commit is contained in:
@@ -748,6 +748,8 @@ public:
|
|||||||
m_nReportResponseError = -ECONNRESET;
|
m_nReportResponseError = -ECONNRESET;
|
||||||
pthread_cond_broadcast( &m_cv );
|
pthread_cond_broadcast( &m_cv );
|
||||||
|
|
||||||
|
m_bOpenResult = false;
|
||||||
|
|
||||||
if ( bDeleteDevice )
|
if ( bDeleteDevice )
|
||||||
{
|
{
|
||||||
delete m_pDevice;
|
delete m_pDevice;
|
||||||
|
|||||||
Reference in New Issue
Block a user