Skip to content

Fix string leak in main()

Leak report

50 bytes in 1 blocks are definitely lost in loss record 5,738 of 10,061
   at 0x48447A8: malloc (vg_replace_malloc.c:446)
   by 0x5751661: g_malloc (gmem.c:100)
   by 0x12544F: xfsm_client_generate_id (xfsm-client.c:238)
   by 0x12449E: main (main.c:390)

Testing

  • No issues were detected when testing the patch with Valgrind

Merge request reports