We're now running some of this code through valgrind for the first time, and a few warnings showed up stemming from two problems. 1) The ASS code assumes the subtitle header is null terminated, but it wasn't, and passing the size down doesn't look like fun, so I added a terminator 2) The code wasn't freeing all of its state. Signed-off-by: Philip Langdale <philipl@overt.org>pull/28/head
parent
c30f53e4d8
commit
50b4dbf65a
2 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue