DescriptionFixes leaks in remote_unittest.
This change just replaces pointers used in remote_unittest with scoped_ptr<> to delete the memory used in the test, and replaces scoped_ptr<> in differ.h with scoped_array<> to avoid mismatched deletes.
BUG=46678
TEST=make valgrind bots green.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51493
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|