commit | ab00df4d8585b181e9058eb1b9c7996aa3bbaeab | [log] [tgz] |
---|---|---|
author | Gloria Wang <gwang@google.com> | Wed Jun 22 14:55:16 2011 -0700 |
committer | Gloria Wang <gwang@google.com> | Wed Jun 22 16:36:24 2011 -0700 |
tree | 5e60b07a24b05d9c667df5946facb3b20b7c9454 | |
parent | 6ef9a104959c1d15232fe3a319e4a270eed3ddb5 [diff] [blame] |
- Add two sanity checks. - Remove one unnecessary line. - Clear the extendedData vector in DecryptHandle. Change-Id: I2610c6d68f12d48cb69323a5eb2ae4b3b3e44dff
diff --git a/drm/common/IDrmManagerService.cpp b/drm/common/IDrmManagerService.cpp index 458f1b6..2d8e877 100644 --- a/drm/common/IDrmManagerService.cpp +++ b/drm/common/IDrmManagerService.cpp
@@ -107,6 +107,7 @@ handle->decryptInfo = NULL; } handle->copyControlVector.clear(); + handle->extendedData.clear(); } int BpDrmManagerService::addUniqueId(int uniqueId) {