[vlc-devel] commit: qt4: correctly displays utf8 in location bar ( Rafaël Carré )

Rémi Duraffort ivoire at videolan.org
Thu Jan 28 15:04:42 CET 2010


> -      QString text = input_item_GetTitleFbName( item->inputItem() );
> +      QString text = qfu(input_item_GetTitleFbName( item->inputItem() ));
You are still leaking memory there !


-- 
Rémi Duraffort | ivoire



More information about the vlc-devel mailing list