On 3/4/22 05:27, marcandre.lur...@redhat.com wrote:
+ g_clear_pointer(&timer, g_timer_destroy); + timer = g_timer_new();
Why not g_timer_{reset,start}, instead of destroying and recreating? r~
On 3/4/22 05:27, marcandre.lur...@redhat.com wrote:
+ g_clear_pointer(&timer, g_timer_destroy); + timer = g_timer_new();
Why not g_timer_{reset,start}, instead of destroying and recreating? r~