mirror of
https://github.com/systemd/systemd.git
synced 2026-08-02 22:20:20 +00:00
json: don't call va_end() twice in json_build()
This was apparently left-over when json_buildv() was added, and json_build() just became a wrapper for it.
This commit is contained in:
@@ -3108,8 +3108,6 @@ finish:
|
||||
|
||||
free(stack);
|
||||
|
||||
va_end(ap);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user