Changeset 19c41c6d in ffmpeg

Timestamp:
Mar 13, 2013, 6:25:16 AM (12 years ago)
Author:
Clément Bœsch <ubitux@gmail.com>
Branches:
master
Children:
21dc9b19
Parents:
12fe78a7
git-author:
Clément Bœsch <clement.boesch@smartjog.com> (11/15/12 15:11:04)
git-committer:
Clément Bœsch <ubitux@gmail.com> (03/13/13 06:25:16)
Message:

opt: re-enable memleak fix for duplicated options.

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.