On Mon, Aug 03, 2020 at 12:25:32AM +0200, Ján Tomko wrote:
Both accept a NULL value gracefully and virStringFreeList
does not zero the pointer afterwards, so a straight replace
is safe.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
While it would be great to rewrite some of these to g_autoptr(GStrv), I'm
guessing that can be done later and would be another patch anyway.
Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com>