Fix possible memory leak.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 11:39:52 +0000 (11:39 +0000)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 19 Feb 2013 13:14:31 +0000 (13:14 +0000)
commit7f7f7f7c1f2ff7d44bc9bbec7638693c116d61cc
tree581672386d82c6c1df1c0804a574d35b08c82c42
parentd33ddb5af985702c4b05a5b3a2225b1108e9aca7
Fix possible memory leak.

Dynamic memory stored in 'ptr2' allocated through function 'malloc' at
line 653 can be lost at line 1022. Also there is one similar error on
line 1029.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
src/bin/evas/loaders/jpeg/evas_image_load_jpeg.c