mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
unit tests: If heap tracing is enabled in sdkconfig, leak trace each test
This commit is contained in:

committed by
Angus Gratton

parent
9c7477ef34
commit
69e92ee320
@@ -85,6 +85,8 @@ TEST_CASE("pthread C++", "[pthread]")
|
||||
std::cout << "Join thread " << std::hex << t4.get_id() << std::endl;
|
||||
t4.join();
|
||||
}
|
||||
|
||||
global_sp.reset(); // avoid reported leak
|
||||
}
|
||||
|
||||
static void task_test_sandbox(void *arg)
|
||||
|
Reference in New Issue
Block a user