test: clean up "leaks" tags from most unit tests

This commit is contained in:
Ivan Grokhotkov
2019-04-15 21:07:38 +08:00
parent 1c21bc5c81
commit bb4f5617ab
10 changed files with 88 additions and 13 deletions

View File

@@ -25,6 +25,11 @@
*/
void esp_reent_init(struct _reent* r);
/**
* Clean up some of lazily allocated buffers in REENT structures.
*/
void esp_reent_cleanup();
/**
* Function which sets up syscall table used by newlib functions in ROM.
*