Re: [PATCH 0/2] Use g_autofree annotatins instead of VIR_FREE

2024-03-19 Thread Michal Prívozník
On 3/17/24 16:19, Karim Taha wrote: > Substitute VIR_FREE with g_autofree annotations in openvz_driver.c and > node_device_driver.c whenever possible. > > The remaining instances of VIR_FREE are used to free return values > in case of error. > > Kariiem (2): > openvz_driver: use g_autofree inst

[PATCH 0/2] Use g_autofree annotatins instead of VIR_FREE

2024-03-18 Thread Karim Taha
Substitute VIR_FREE with g_autofree annotations in openvz_driver.c and node_device_driver.c whenever possible. The remaining instances of VIR_FREE are used to free return values in case of error. Kariiem (2): openvz_driver: use g_autofree instead of VIR_FREE in openvz_driver.c node_device: us

[PATCH 0/2] Use g_autofree annotatins instead of VIR_FREE

2024-03-18 Thread Karim Taha
Substitute VIR_FREE with g_autofree annotations in openvz_driver.c and node_device_driver.c whenever possible. The remaining instances of VIR_FREE are used to free return values in case of error. Kariiem (2): openvz_driver: use g_autofree instead of VIR_FREE in openvz_driver.c node_device: u