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

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

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

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

Change-Id: I17dc050e9ebc0ae0fe6d34bfe6a976c5eada84c6
parents 942fc54f 85fedfd9
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();
    }