]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
string list: Need to strdup return value on remove first.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Tue, 2 Oct 2018 11:36:58 +0000 (12:36 +0100)
committerperexg <perex@perex.cz>
Tue, 2 Oct 2018 14:05:03 +0000 (16:05 +0200)
commitb57d9dbe7e811255a38b812b93275acedad57835
treea3468adc432820e3cbe2102414ca585d482d6913
parented31b3b31761aeb536164ca5c30c3e0f58b9890f
string list: Need to strdup return value on remove first.

The id is part of the buffer itself (rather than separately
allocated), so need to strdup the id when returning first
element.
src/string_list.c