commit | b7e7bdfe784959ac8615851c2741eb9518a5afcf | [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 | 4111a7f161fc225c4396a62192828168bfa3833c | |
parent | 8969d9924c662ab4cdacc342bbdc33756db730be [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) {