Thalhammer / simcom_dam

Examples for simcoms downloadable modules (Qualcomm SoC)
27 stars 13 forks source link

Memleak in Timer #4

Open Thalhammer opened 5 years ago

Thalhammer commented 5 years ago

When calling qapi_Timer_Undef the syscall to undefine the timer fails with ERR_GENERAL, causing the dealloc to never get executed, which results in a memory leak.

See SIMComHub/sim7000c_DAM_demo#2