clang-analyzer-deadcode.DeadStores

Change-Id: I490f345d382b62001cf29a64ed732e854bdc5f7b
This commit is contained in:
Stephan Bergmann
2015-10-05 09:49:59 +02:00
parent 946cf1b7a2
commit fe0444dbd4

View File

@@ -775,10 +775,10 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
} }
// Release page write access. // Release page write access.
eErrCode = base::releasePage (aDescr); base::releasePage (aDescr);
// Release and free directory page. // Release and free directory page.
eErrCode = base::free (aPage.location()); base::free (aPage.location());
} }
// Remove entry. // Remove entry.