Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.9.0
-
None
Description
connection_manager.c:
{{410 else if (actual_pass)
{ 411 free(config->sasl_password); 412 config->sasl_password = actual_pass; 413 } CID 350027 (#1 of 1): Resource leak (RESOURCE_LEAK)38. leaked_storage: Variable actual_pass going out of scope leaks the storage it points to.
414 }}}
—
{{600 }
601 else if (actual_pass)
CID 349805 (#1 of 1): Resource leak (RESOURCE_LEAK)19. leaked_storage: Variable actual_pass going out of scope leaks the storage it points to.
605 }}}
Attachments
Issue Links
- links to