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

Memory leaks in mongoc-cluster.c

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor - P4 Minor - P4
    • None
    • 1.6.3
    • libmongoc
    • libmongoc 1.6.3

    Description

      Using a custom version of collectd (based on 5.4.3) with libmongoc-1.6.3, I found some memory leaks and some of them are in the libmongoc, specially on:

      From mongoc-cluster.c

      1473    if (stream) {
      1474       sd = mongoc_topology_server_by_id (topology, server_id, error);
      1475
      1476       if (!sd) {
      1477          return NULL;
      1478       }
      1479    } else {
      

      Attachments

        Activity

          People

            jesse@mongodb.com A. Jesse Jiryu Davis
            rafaeldelucena Rafael de Lucena Valle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: