variables: fix a potential crash/double free.
Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the next time this variable is used.
Showing
Please register or sign in to comment
Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the next time this variable is used.