1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +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:
cameronrich 2010-06-02 12:39:51 +00:00
parent 92b07bc18d
commit c1c5656718

View File

@ -1550,6 +1550,7 @@ cleanup:
printf("All client tests passed\n"); TTY_FLUSH(); printf("All client tests passed\n"); TTY_FLUSH();
} }
ssl_ctx_free(ssl_ctx);
return ret; return ret;
} }