mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
json: call va_end in error case
Caught by static analysis
This commit is contained in:
parent
ed81351f15
commit
9f6576be05
@ -279,6 +279,8 @@ done:
|
||||
return true;
|
||||
|
||||
error:
|
||||
va_end(va);
|
||||
|
||||
l_queue_destroy(args, l_free);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user