Fix rootEgl release

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-01-12 21:45:24 +01:00
parent cda30d256e
commit 2e6804dc35
2 changed files with 2 additions and 4 deletions

View file

@ -12,8 +12,8 @@ android {
targetSdkVersion 27 targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 11 versionCode 12
versionName "1.0.2" versionName "1.0.3"
// Enabling multidex support. // Enabling multidex support.
multiDexEnabled true multiDexEnabled true

View file

@ -1004,8 +1004,6 @@ public class CallActivity extends AppCompatActivity {
videoCapturer = null; videoCapturer = null;
} }
rootEglBase.release();
hangupNetworkCalls(); hangupNetworkCalls();
} }