Fix possible memory leak in eet_data_image_header_decode_cipher.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 11:27:26 +0000 (11:27 +0000)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 19 Feb 2013 13:14:20 +0000 (13:14 +0000)
commitd33ddb5af985702c4b05a5b3a2225b1108e9aca7
tree915ef4bfefe21519e28c87b791c703d8d6db409b
parentcc7b4a15e327e29229c9ed7145455b967314ed51
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>
src/lib/eet/eet_image.c