lvgl / lv_port_pc_vscode

MIT License
217 stars 136 forks source link

"detected memory leak" about hal_init() #18

Open xiao7266 opened 1 year ago

xiao7266 commented 1 year ago

hal_init():There is not a UnInit fucntion to release memory from hal_init(), so I got a "detected memory leak" error when I used asan to build my project.