This commit is contained in:
Olof Hagsand 2019-03-31 20:38:33 +02:00
parent 34196456a2
commit 1d2a001597

View file

@ -341,5 +341,7 @@ startup_module_state(clicon_handle h,
ok:
retval = 0;
done:
if (x)
xml_free(x);
return retval;
}