mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge pull request #1641 from rabbitsaviola/release/v6
Fix memory leak if image file open fails
This commit is contained in:
commit
01c15a2b2c
@ -152,10 +152,6 @@ lv_res_t lv_img_decoder_open(lv_img_decoder_dsc_t * dsc, const void * src, const
|
|||||||
if(res == LV_RES_OK) break;
|
if(res == LV_RES_OK) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(res == LV_RES_INV) {
|
|
||||||
memset(dsc, 0, sizeof(lv_img_decoder_dsc_t));
|
|
||||||
}
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user