forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.13](backport elastic#26607) Fix memory leak in SQL helper when dat…
…abase is not available (elastic#26655) Explicitly close SQL connections when connectivity checks fail during their creation, to avoid leaking resources when a connection is created but it is not going to be used. (cherry picked from commit 409c244) * Fix changelog Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
- Loading branch information
1 parent
b44c457
commit e26df63
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters