Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-478

mongoc_collection memory leak reported by Xcode Instruments

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.0.2
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      On OSX 10.10 the XCode Instruments Memory Leak profiling tool reports a 16-byte memory leak for every mongoc_collection_get/destroy sequence. The tool attributes the leak to mongoc_buffer_destroy(). The sequence to reproduce is:
      mongoc_init();
      mongoc_client_t *client = mongoc_client_new("mongodb://localhost:27017/");
      mongoc_collection_t *collection = mongoc_client_get_collection(client, "testdb", "testco");
      mongoc_collection_destroy(collection);
      mongoc_client_destroy(client);
      mongoc_cleanup();

      This seems like such a fundamental sequence, possibly the profiling tool is in error?

            Assignee:
            bjori Hannes Magnusson (Inactive)
            Reporter:
            timful Tim Dorcey
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None