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

Commit 93ce1d1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix RefBase Explicit destruction" am: 90ef8482 am: c15cd2e4 am: cfc0479b

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1644787

Change-Id: I6eddcc72dd4d4da50ff42eac39e3abe0c204f4e0
parents 1ba1838f cfc0479b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <openssl/aes.h>
#include <utils/KeyedVector.h>
#include <utils/Mutex.h>
#include <utils/RefBase.h>

namespace android {
struct ABuffer;
@@ -30,7 +29,7 @@ struct ABuffer;
namespace clearkeycas {
class KeyFetcher;

class ClearKeyCasSession : public RefBase {
class ClearKeyCasSession {
public:
    explicit ClearKeyCasSession(CasPlugin *plugin);