summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-03-25 10:05:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-25 10:05:50 -0700
commit504c5e3fa3d4378773bd76b045d7a2e1e834fe59 (patch)
tree39a4805c9aec35a5b2518e6afa935db72255f375 /include/drm
parente3f51330a41df2382cf9dfe7fd31598a1aed9a5e (diff)
parent25cd5788a70f45c807ad22aa0ecdc7e1d4d5fd67 (diff)
downloadframeworks_av-504c5e3fa3d4378773bd76b045d7a2e1e834fe59.zip
frameworks_av-504c5e3fa3d4378773bd76b045d7a2e1e834fe59.tar.gz
frameworks_av-504c5e3fa3d4378773bd76b045d7a2e1e834fe59.tar.bz2
am b8b85ea2: Merge "Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer." into honeycomb-mr1
* commit 'b8b85ea296b09cfc5f986e8ee38b959776050d43': Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer.
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/DrmManagerClient.h2
1 files changed, 1 insertions, 1 deletions
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<DrmManagerClientImpl> mDrmManagerClientImpl;
};
};