Li Qiang <liq...@163.com> writes:
> If g_malloc fails, the application will be terminated. > No need to check the return value of g_malloc. > > Signed-off-by: Li Qiang <liq...@163.com> I think this is fine because a failure to config the dev would just cause an error_report later and it's extremely unlikely you don't have enough memory to get that far anyway. Reviewed-by: Alex Bennée <alex.ben...@linaro.org> -- Alex Bennée