From 25cd5788a70f45c807ad22aa0ecdc7e1d4d5fd67 Mon Sep 17 00:00:00 2001 From: Gloria Wang Date: Thu, 24 Mar 2011 13:14:02 -0700 Subject: Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer. Change-Id: I7aacea1bc58ab6425ef6f6f09472c6f2970ebb4d --- include/drm/DrmManagerClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/drm') diff --git a/include/drm/DrmManagerClient.h b/include/drm/DrmManagerClient.h index 12142bc..7a0bf4f 100644 --- a/include/drm/DrmManagerClient.h +++ b/include/drm/DrmManagerClient.h @@ -365,7 +365,7 @@ public: private: int mUniqueId; - DrmManagerClientImpl* mDrmManagerClientImpl; + sp mDrmManagerClientImpl; }; }; -- cgit v1.1