vdagentd: fixes small leak
commit8c465007b4baba5dc02adfda1c889ef4c1b595dc
authorVictor Toso <victortoso@redhat.com>
Tue, 15 Sep 2015 08:24:53 +0000 (15 10:24 +0200)
committerVictor Toso <victortoso@redhat.com>
Tue, 15 Sep 2015 08:49:37 +0000 (15 10:49 +0200)
treec9a9814f4c8eb74ac99320c518caf5e3d0af6966
parentf97751faf0f5c66ec5ccbf5547ca7982d360cbf9
vdagentd: fixes small leak

This correctly fixes the leak from reverted patch
4835df0b642dfc963e7

    ==2648== HEAP SUMMARY:
    ==2648==     in use at exit: 104,699 bytes in 1,459 blocks
    ==2648==   total heap usage: 14,177 allocs, 12,718 frees, 1,190,456 bytes allocated
    ==2648==
    ==2648== 16 bytes in 1 blocks are definitely lost in loss record 16 of 130
    ==2648==    at 0x4C29BCF: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==2648==    by 0x10B530: agent_read_complete (vdagentd.c:715)
    ==2648==    by 0x10E8DC: udscs_read_complete (udscs.c:460)
    ==2648==    by 0x10EAFC: udscs_do_read (udscs.c:515)
    ==2648==    by 0x10E490: udscs_client_handle_fds (udscs.c:349)
    ==2648==    by 0x10E402: udscs_server_handle_fds (udscs.c:337)
    ==2648==    by 0x10BAB1: main_loop (vdagentd.c:844)
    ==2648==    by 0x10A3E6: main (vdagentd.c:974)
    ==2648==
    ==2648== LEAK SUMMARY:
    ==2648== definitely lost: 16 bytes in 1 blocks
    ==2648== indirectly lost: 0 bytes in 0 blocks
    ==2648== possibly lost: 41,483 bytes in 1,268 blocks
    ==2648== still reachable: 63,200 bytes in 190 blocks
    ==2648== suppressed: 0 bytes in 0 blocks
    ==2648== Reachable blocks (those to which a pointer was found) are not shown.
    ==2648== To see them, rerun with: --leak-check=full --show-leak-kinds=all
src/vdagentd.c