[vlc-devel] vlc: svn commit r25429 (courmisch)

Subversion daemon svn at videolan.org
Sat Mar 1 18:42:57 CET 2008


r25429 | courmisch | 2008-03-01 18:42:57 +0100 (Sat, 01 Mar 2008) | 5 lines
Changed paths:
   M /trunk/modules/demux/mp4/libmp4.c

Fix some brain-damaged calloc use
(Hint: sizeof(char) is ONE per the definition of sizeof)
(Hint: size is the SECOND parameter of calloc, not the FIRST one)
(Hint: calloc() calls bzero(), waste of time if memory is set anyway)

 > http://trac.videolan.org/vlc/changeset/25429



More information about the vlc-devel mailing list