
3 Aug
2020
3 Aug
'20
6:02 a.m.
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@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@redhat.com>