summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-03-25 10:11:49 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-25 10:11:49 -0700
commit503b111b2421673796500627a1f6d74d81bf9548 (patch)
treea802eff6d9b3d6403d1d87f63be04fb93fef581c /include/drm
parent1e0efd157b0b182ea7ba84cc21e89bb23f5d6ddf (diff)
parented7b688c015dbd064b81dfaed5dd6c7ed6728ac3 (diff)
downloadframeworks_base-503b111b2421673796500627a1f6d74d81bf9548.zip
frameworks_base-503b111b2421673796500627a1f6d74d81bf9548.tar.gz
frameworks_base-503b111b2421673796500627a1f6d74d81bf9548.tar.bz2
am ed7b688c: am aac43ea1: am b8b85ea2: Merge "Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer." into honeycomb-mr1
* commit 'ed7b688c015dbd064b81dfaed5dd6c7ed6728ac3': 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 5011137..b8fe46d 100644
--- a/include/drm/DrmManagerClient.h
+++ b/include/drm/DrmManagerClient.h
@@ -368,7 +368,7 @@ public:
private:
int mUniqueId;
- DrmManagerClientImpl* mDrmManagerClientImpl;
+ sp<DrmManagerClientImpl> mDrmManagerClientImpl;
};
};