Re: [PATCH 2/4] lxc: Allow NULL argument to lxcDomainDefNamespaceFree()

2020-12-16 Thread Laine Stump
On 12/16/20 4:12 PM, Michal Privoznik wrote: As all other free functions, NULL should be accepted. Even though there currently is no caller that would pass NULL, there will be in future patches. Signed-off-by: Michal Privoznik Reviewed-by: Laine Stump

[PATCH 2/4] lxc: Allow NULL argument to lxcDomainDefNamespaceFree()

2020-12-16 Thread Michal Privoznik
As all other free functions, NULL should be accepted. Even though there currently is no caller that would pass NULL, there will be in future patches. Signed-off-by: Michal Privoznik --- src/lxc/lxc_domain.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/lxc_domain.c