]> git.proxmox.com Git - qemu.git/commit
libcacard: don't leak vcard_emul_alloc_arrays mem
authorChristophe Fergeau <cfergeau@redhat.com>
Mon, 4 Jul 2011 16:10:43 +0000 (18:10 +0200)
committerAlon Levy <alevy@redhat.com>
Fri, 22 Jul 2011 15:05:36 +0000 (18:05 +0300)
commitee83d41466ab393d82d9abf57b9ec24d4e6633be
treecac8e4e6e900036f9d9d40e070d59cd5844b14b2
parent010debef6111c6776cda7ad8d00737f2d1dbb164
libcacard: don't leak vcard_emul_alloc_arrays mem

vcard_emul_mirror_card and vcard_emul_init use
vcard_emul_alloc_arrays to allocate memory for temporary arrays
which will contain elements that in the end will be used one by
one in cac_card_init. The arrays themselves are never stored
anywhere, they are only used as temporary containers. Hence
the memory that was allocated for these arrays should be freed
after use or they will be leaked.
libcacard/vcard_emul_nss.c