commit | 7b7ca65bfc15b1dc47a0f1063b66d0e85fba849b | [log] [tgz] |
---|---|---|
author | Jim Bankoski <jimbankoski@google.com> | Tue Sep 11 16:30:19 2012 -0700 |
committer | Jim Bankoski <jimbankoski@google.com> | Tue Sep 11 16:34:36 2012 -0700 |
tree | 828a05e9e5ffa6bb0ce61bea9a60ef5252c58f7f | |
parent | 2ff6d35064919a8ad9e56150a19dc7ccd3ec2e7e [diff] |
fix valgrind mem leak on garbage decode Multiple decoders were getting allocated per frame. If the decoder crashed we exitted with out freeing them and the next time in we'd allocate over. This fix removes the allocation and just has 8 boolcoders in the pbi structure Change-Id: I638b5bda23b622b43b7992aec21dd7cf6f6278da