
1 Feb
2022
1 Feb
'22
11:19 a.m.
On Mon, Jan 31, 2022 at 03:53:40PM +0100, Michal Privoznik wrote:
There are a few places where a variable is VIR_FREE()-d and then explicitly set to NULL. This is not necessary since VIR_FREE() does that for us.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Reviewed-by: Erik Skultety <eskultet@redhat.com>