[vlc-devel] commit: rss: factorize. ( R??mi Duraffort )
jpd at videolan.org
jpd at videolan.org
Wed Jul 1 21:40:56 CEST 2009
On Wed, Jul 01, 2009 at 11:54:42AM +0200, git version control wrote:
> vlc | branch: master | R??mi Duraffort <ivoire at videolan.org> | Wed Jul 1 11:37:16 2009 +0200| [bd70c3b448bc5ca4a61502dedea8f00383bd605b] | committer: R??mi Duraffort
[snip]
> /* Allocate structure */
> p_sys = p_filter->p_sys = malloc( sizeof( filter_sys_t ) );
I think this should probably be a calloc() instead?
More information about the vlc-devel
mailing list