OSDN Git Service

fix double free in handling of last CC message
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 13 Jan 2011 17:39:02 +0000 (17:39 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 13 Jan 2011 17:39:02 +0000 (17:39 +0000)
commit85e3b388c958d7ebfd9646db020d71c25d2c344f
tree357732a12931f36f60f5cdcbcd85610400e65b1d
parenta2ec935f58dafca54834bf9c6fb3d85db738a0d8
fix double free in handling of last CC message
the code dealing with cc messages stores the last message in 2 places.
sometimes it would free both and sometimes it would send one down the
pipeline and free the other.

git-svn-id: svn://localhost/HandBrake/trunk@3743 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decmpeg2.c