mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
fixed memory leak in test harness
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@174 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
parent
92b07bc18d
commit
c1c5656718
@ -1550,6 +1550,7 @@ cleanup:
|
||||
printf("All client tests passed\n"); TTY_FLUSH();
|
||||
}
|
||||
|
||||
ssl_ctx_free(ssl_ctx);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user