marucodec: Fixed a memory leak while decoding video.
authorKitae Kim <kt920.kim@samsung.com>
Fri, 28 Dec 2012 10:55:34 +0000 (19:55 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 28 Dec 2012 11:05:01 +0000 (20:05 +0900)
commit7ba338d71bae9b90f5dbade9dd0e4f5eeaaeec50
tree91f479ecfb1001ac9b807362d510da5f95b5b9b2
parent613f5c48552a877dae17c8cd5b9a3637cb3e7dd0
marucodec: Fixed a memory leak while decoding video.

The pointer variable that refers to allocated memory address used incorrectly.
That is why the memory leak happed during decoding video.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/hw/maru_codec.c