Skip to content

variables: avoid creating an empty string to free it right after

Steve Lhomme requested to merge robUx4/vlc:inherit-string into master

var_InheritString() releases the memory and sets NULL when the string is empty.

Merge request reports