Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
ALL
Description
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.