-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:Mac OSX Yosemite
On a call to mongoc_cluster_node_reconnect() in mongoc-cluster.c, is it possible for
- topology->single_threaded and
- !(scanner_node->stream && cluster->requires_auth)
to be true at the same time? Then mongoc_server_description_t *sd won't be set, but the function unconditionally calls mongoc_server_description_destroy() on function exit.
- is related to
-
CDRIVER-868 Leak in mongoc_cluster_node_reconnect
- Closed
- related to
-
CDRIVER-830 Exhaust cursors must destroy the stream if it hasn't finished
- Closed