Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-15708

Stop words created during static initialization are leaked

    • 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.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: