mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Remove bogus warning message in JSON code
* src/util/json.c: Remove warning message
This commit is contained in:
parent
56a77b4920
commit
09a882bd4d
@ -950,7 +950,6 @@ cleanup:
|
|||||||
|
|
||||||
if (parser.nstate) {
|
if (parser.nstate) {
|
||||||
int i;
|
int i;
|
||||||
VIR_WARN("cleanup state %d", parser.nstate);
|
|
||||||
for (i = 0 ; i < parser.nstate ; i++) {
|
for (i = 0 ; i < parser.nstate ; i++) {
|
||||||
VIR_FREE(parser.state[i].key);
|
VIR_FREE(parser.state[i].key);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user