]> git.sesse.net Git - vlc/commit
Check all(?) memory allocations (if you do it, do it completetly ;)
authorLaurent Aimar <fenrir@videolan.org>
Sat, 29 Sep 2007 15:51:34 +0000 (15:51 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 29 Sep 2007 15:51:34 +0000 (15:51 +0000)
commit08c70360710ef170b34e0c9c5bb5e556e2462dee
tree7ea0b337c16d116b7363543d7a37bcc11d093274
parent3207d06be0213677ea21d8072ecda0b3e9aee6c6
Check all(?) memory allocations (if you do it, do it completetly ;)
Fixed an overflow when more than MAX_SUBTITLE_FILES are detected.
Fixed a bunch of memory leaks.
Fixed removing sub/idx pair. (sizeof() != strlen on char*)
Clean up/Simplify (asprintf/calloc are usefull)
Cosmetics
src/input/subtitles.c