leak-detective: Whitelisted memory leaks in FHH IMCs and IMVs

This commit is contained in:
Andreas Steffen 2017-05-28 20:07:20 +02:00
parent c82be739bc
commit 29e1c58643
1 changed files with 3 additions and 0 deletions

View File

@ -606,6 +606,9 @@ static char *whitelist[] = {
"system__tasking__stages__create_task",
/* in case external threads call into our code */
"thread_current_id",
/* FHH IMCs and IMVs */
"TNC_IMC_NotifyConnectionChange",
"TNC_IMV_NotifyConnectionChange",
};
/**