qemu-e2k/libcacard
Christophe Fergeau ee83d41466 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.
2011-07-22 18:05:36 +03:00
..
Makefile libcacard: add libcacard.la target 2011-06-14 09:34:34 -05:00
cac.c
cac.h
card_7816.c
card_7816.h
card_7816t.h
event.c
eventt.h
link_test.c
vcard.c
vcard.h
vcard_emul.h
vcard_emul_nss.c libcacard: don't leak vcard_emul_alloc_arrays mem 2011-07-22 18:05:36 +03:00
vcard_emul_type.c
vcard_emul_type.h
vcardt.h
vevent.h
vreader.c
vreader.h
vreadert.h
vscard_common.h Fix typos in comments (existance -> existence) 2011-05-08 10:02:17 +01:00
vscclient.c libcacard: add vscclient 2011-04-01 19:07:49 -05:00