[vlc-devel] [PATCH] libvlc-common.c: 983: passing argument 1 of 'vlm_Delete' from incompatible pointer type

Pierre d'Herbemont pdherbemont at free.fr
Fri Apr 11 22:40:01 CEST 2008


Hi,

That was already fixed in eac783c0d7.

Thanks,

Pierre.

On Apr 10, 2008, at 10:06 PM, Ibraheem P wrote:
> ---
> src/libvlc-common.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/libvlc-common.c b/src/libvlc-common.c
> index c951a38..aae5437 100644
> --- a/src/libvlc-common.c
> +++ b/src/libvlc-common.c
> @@ -980,7 +980,7 @@ int libvlc_InternalCleanup( libvlc_int_t  
> *p_libvlc )
>     /* Destroy VLM if created in libvlc_InternalInit */
>     if( p_libvlc->p_vlm )
>     {
> -        vlm_Delete( p_libvlc->p_vlm );
> +        vlm_Delete( (vlm_t*)p_libvlc->p_vlm );
>     }
>
>     /* Free interaction */
> -- 
> 1.5.4.4
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>




More information about the vlc-devel mailing list