Kaydet (Commit) bbc91b7a authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326107 Unchecked return value

Change-Id: I6f2dc9c12349a5175ed34e22fa29d875d6b9bd0a
üst 750542c7
...@@ -778,7 +778,7 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey) ...@@ -778,7 +778,7 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
base::releasePage (aDescr); base::releasePage (aDescr);
// Release and free directory page. // Release and free directory page.
base::free (aPage.location()); (void)base::free (aPage.location());
} }
// Remove entry. // Remove entry.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment