Fix memleak reported by klockwork:
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Jun 2013 12:39:45 +0000 (13:39 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 28 Jun 2013 12:39:45 +0000 (13:39 +0100)
commitd92edb51a4cc425d79973d2266f6695aae72abbd
tree0e86dd5b2e0d736e21c043d781e72f5e80727501
parent6828cf2e29572285180199048effe4e5c56e0f2b
Fix memleak reported by klockwork:

If a jpeg image is rotated and we have allocated space for ptr_rotate,
then we should free it Always ... Not Only if the degrees are
180...because we allocate it always

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