Skip to content
  • Erwan Tulou's avatar
    core: correct memory leak · 460ab654
    Erwan Tulou authored and ivoire's avatar ivoire committed
    
    
    var_Change with VLC_VAR_SETVALUE showed a memory leak when dealing with a STRING variable.
    The pf_dup function must not be called directy with a parameter passed by the caller.
    otherwise, a reference is lost (memory leak)
    
    Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
    460ab654