• Clément Bœsch's avatar
    opt: re-enable memleak fix for duplicated options. · 19c41c6d
    Clément Bœsch authored
    The memleak fix in a1bcc76e was causing problems when the original
    string wasn't NULL or av_malloc'ed, thus was disabled. It seems the only
    OPT_STRING occurence where it needed to be fixed is in ffserver. This
    commit fixes that specific problem and so re-enable the original code.
    19c41c6d
cmdutils.c 58.1 KB