pull/1/head
Kaleb Himes 2014-06-03 16:15:46 -06:00
parent 94b36d99ce
commit 0c05c40f56
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ void* ThreadControl(void*);
void sig_handler(const int sig)
{
printf("\nSIGINT handled.\n");
cleanup = 1;
CyaSSL_CTX_free(ctx);
CyaSSL_Cleanup();
cleanup = 1;
exit(0);
}