Eric Blake <ebl...@redhat.com> writes: > If our JSON output ever encounters an error, we would just silently > leak the local variable. Instead, assert that our usage won't fail.
Suggest "leak the error object". Can do on commit. > Signed-off-by: Eric Blake <ebl...@redhat.com>