Fixed reopening a controller on Android

This commit is contained in:
Sam Lantinga 2024-11-07 15:36:32 -08:00
parent 1ea4edddec
commit 908bd84c5e

View File

@ -748,6 +748,8 @@ public:
m_nReportResponseError = -ECONNRESET;
pthread_cond_broadcast( &m_cv );
m_bOpenResult = false;
if ( bDeleteDevice )
{
delete m_pDevice;