Fix another memory leak in StrikeDatabaseIntegratorTestStrikeDatabaseTest
The destructor of UniqueProtoDatabase posts deletion of the underlying LevelDB to a task runner via DeleteSoon. In order to not leak it, we need to run the message loop at the end of the test. Bug: 968053 Change-Id: I1ab5289fc7c63713fcce958a3191297f3b8b8cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634875Reviewed-by:Jared Saul <jsaul@google.com> Commit-Queue: Maciej Pawlowski <mpawlowski@opera.com> Cr-Commit-Position: refs/heads/master@{#664673}
Showing
Please register or sign in to comment