Memory leaks in mongoc-cluster.c

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Minor - P4
    • None
    • Affects Version/s: 1.6.3
    • Component/s: libmongoc
    • Environment:
      libmongoc 1.6.3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 {
      

        1. memleax3.log
          140 kB
          Rafael de Lucena Valle

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            Rafael de Lucena Valle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: