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

Commit 90ef8482 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix RefBase Explicit destruction"

parents f77640ee 430d3cbd
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);