Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85fedfd9 authored by Amit Mahajan's avatar Amit Mahajan Committed by Automerger Merge Worker
Browse files

Merge "Dispose GsmCdmaConnection object in teardown." am: 59698b98

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1484948

Change-Id: I07af36c87d57ec2ed75b5837ec131fe52029102e
parents 8cd90408 59698b98
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -57,7 +57,10 @@ public class GsmCdmaConnectionTest extends TelephonyTest {

    @After
    public void tearDown() throws Exception {
        if (connection != null) {
            connection.dispose();
            connection = null;
        }
        super.tearDown();
    }