Skip to content

Commit

Permalink
tested FP and sensor pub
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Jun 15, 2022
1 parent b03a37d commit 600eb7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmake-toolchain/valgrind-suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -904,3 +904,17 @@
fun:s_run_all
fun:aws_task_scheduler_run_all
}
{
possible_8
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
fun:_ZNSt6thread15_M_start_threadESt10unique_ptrINS_6_StateESt14default_deleteIS1_EEPFvvE
fun:_ZNSt6threadC1IZ17attemptConnectionvEUlvE0_JEvEEOT_DpOT0_
fun:_Z17attemptConnectionv
fun:main
}

0 comments on commit 600eb7b

Please sign in to comment.