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

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

Merge "Fix RefBase Explicit destruction" am: 90ef8482

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

Change-Id: Ifc1853fbcb47ee39bcd8801f989a4d230b1dbe4d
parents 731a3dc1 90ef8482
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);