Skip to content

Commit 5d2eb83

Browse files
committed
Forgot to remove free's.
1 parent d72a64a commit 5d2eb83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/simple_http.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ https_get(const int sockfd, char *buf, const char* hostname) {
293293
debug(LOG_DEBUG, "HTTP Response from Server: [%s]", buf);
294294

295295
CyaSSL_free(ssl);
296-
CyaSSL_CTX_free(ctx);
297-
CyaSSL_Cleanup();
298296

299297
return totalbytes;
300298
}

0 commit comments

Comments
 (0)