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

Commit 466bdc40 authored by Stephen Hines's avatar Stephen Hines
Browse files

Fix remaining .rs.dtor() issue for RS.

BUG=5186750

Change-Id: I74765b844d28ed780f9c9e291b8e0de94352f74b
parent 94444fc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ ScriptC::~ScriptC() {
        BT = NULL;
    }
#endif
    mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
    mRSC->mHal.funcs.script.destroy(mRSC, this);
}