mirror of https://github.com/FFmpeg/FFmpeg.git
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.
pull/12/merge
parent
12fe78a77b
commit
19c41c6d8e
2 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue