| Index: chrome/browser/nacl_host/pnacl_translation_cache.cc
|
| diff --git a/chrome/browser/nacl_host/pnacl_translation_cache.cc b/chrome/browser/nacl_host/pnacl_translation_cache.cc
|
| index 4d8120915d2f287aa4b93d82b7867a8d9854278d..8316ba7052137881205682015efe67f1ba7f657e 100644
|
| --- a/chrome/browser/nacl_host/pnacl_translation_cache.cc
|
| +++ b/chrome/browser/nacl_host/pnacl_translation_cache.cc
|
| @@ -224,7 +224,9 @@ void PNaClTranslationCache::WriteComplete(
|
| PNaClTranslationCache::PNaClTranslationCache()
|
| : disk_cache_(NULL), in_memory_(false) {}
|
|
|
| -PNaClTranslationCache::~PNaClTranslationCache() {}
|
| +PNaClTranslationCache::~PNaClTranslationCache() {
|
| + delete disk_cache_;
|
| +}
|
|
|
| int PNaClTranslationCache::InitWithDiskBackend(
|
| const base::FilePath& cache_dir,
|
|
|