RE: [PATCH 0/7] Fix some memleaks caused by ptimer_init

2020-12-09 Thread ganqixin
; Chenqun (kuhn) > ; Zhanghailiang > ; ganqixin > Subject: [PATCH 0/7] Fix some memleaks caused by ptimer_init > > Hi all, > > When running device-introspect-test, I found some memory leaks caused > by ptimer_init in the init function, so I released it in the fin

[PATCH 0/7] Fix some memleaks caused by ptimer_init

2020-11-26 Thread Gan Qixin
Hi all, When running device-introspect-test, I found some memory leaks caused by ptimer_init in the init function, so I released it in the finalize function. Gan Qixin (7): allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks digic-timer: Use ptimer_free() in t