]> git.sesse.net Git - vlc/commit
Fix a memory leak in ParseVorbisComments().
authorTimothy B. Terriberry <tterribe@xiph.org>
Mon, 2 Sep 2013 16:27:13 +0000 (09:27 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Sep 2013 18:44:55 +0000 (20:44 +0200)
commitd9a00b1ec0b51bfb157e4486920af3521a06989d
tree35087d5d6174222f3ca2e1dcd56d741866cf8c2a
parentd55b91790fe22877afdb9955c830cc7db1c23a37
Fix a memory leak in ParseVorbisComments().

Also, don't abort parsing the rest of the comments if we encounter
an empty one.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/vorbis.c