-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
The test search stop words facility creates a large number of std::string objects but does not destroy them on clean shutdown. This isn't a problem for mongod, since the objects are only constructed once, but does interfere with using the leak detector for C++ unit tests.