commit | ee83d41466ab393d82d9abf57b9ec24d4e6633be | [log] [tgz] |
---|---|---|
author | Christophe Fergeau <cfergeau@redhat.com> | Mon Jul 04 18:10:43 2011 +0200 |
committer | Alon Levy <alevy@redhat.com> | Fri Jul 22 18:05:36 2011 +0300 |
tree | cac8e4e6e900036f9d9d40e070d59cd5844b14b2 | |
parent | 010debef6111c6776cda7ad8d00737f2d1dbb164 [diff] |
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.