Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
e4a20004
Unverified
Commit
e4a20004
authored
Nov 15, 2020
by
Michael Grunder
Committed by
GitHub
Nov 15, 2020
Browse files
Merge pull request #896 from ayeganov/bugfix/ssl_leak
Free SSL object when redisSSLConnect fails
parents
e3f88ebc
aefef898
Changes
1
Hide whitespace changes
Inline
Side-by-side
ssl.c
View file @
e4a20004
...
...
@@ -351,6 +351,7 @@ static int redisSSLConnect(redisContext *c, SSL *ssl) {
}
hi_free
(
rssl
);
SSL_free
(
ssl
);
return
REDIS_ERR
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment