DescriptionFix a memory leak in RulesRegistryStorageDelegate.
The Inner class was being leaked because it was marked DeleteOnUIThread, but the last reference is released after the UI message loop goes away. So I removed that trait.
BUG=133449
TEST=no
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146205
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|