X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Fcmml%2Fhistory.c;h=1b80c8c6c3fcb87abf0f49b8e310b3c3fd1c0ed8;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=de4e8e2c76db7d3d769dde1f64350cb9f507a687;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/codec/cmml/history.c b/modules/codec/cmml/history.c index de4e8e2c76..1b80c8c6c3 100644 --- a/modules/codec/cmml/history.c +++ b/modules/codec/cmml/history.c @@ -53,7 +53,7 @@ static void history_Dump( history_t *p_history ); history_t *history_New( void ) { history_t *p_new_history; - + p_new_history = calloc( 1, sizeof( struct history_t ) ); if( p_new_history == NULL ) return NULL;