efl/src/lib/eet
Christopher Michael d33ddb5af9 Fix possible memory leak in eet_data_image_header_decode_cipher.
Dynamic memory stored in 'deciphered_d' allocated through function
'eet_decipher' at line 1385 can be lost at line 1408. Also there are 3
similar errors on line(s) 1427, 1430, 1450.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
2013-02-19 13:14:20 +00:00
..
Eet.h add eet_data_descriptor_name_get() 2013-02-01 10:59:23 +00:00
Eet_private.h efl: add eet_map and use it. 2013-01-02 02:46:05 +00:00
eet_alloc.c merge: add eet 2012-09-17 16:35:38 +00:00
eet_cipher.c efl: fix endianness issue. 2013-01-14 03:54:47 +00:00
eet_connection.c eet: eet_connection.c fixed memory allocation Changed the usage of alloca() to malloc() to support big-mem-alloc This was required to support Clouseau 2013-01-20 08:43:29 +00:00
eet_data.c add eet_data_descriptor_name_get() 2013-02-01 10:59:23 +00:00
eet_dictionary.c merge: add eet 2012-09-17 16:35:38 +00:00
eet_image.c Fix possible memory leak in eet_data_image_header_decode_cipher. 2013-02-19 13:14:20 +00:00
eet_lib.c efl: remove checks for socket.h, net/*, arpa/* 2013-01-10 20:26:02 +00:00
eet_node.c merge: add eet 2012-09-17 16:35:38 +00:00
eet_utils.c merge: add eet 2012-09-17 16:35:38 +00:00