Marc-André Lureau writes:
> Hi
>
> On Fri, Jul 20, 2018 at 10:49 AM, Markus Armbruster wrote:
>> Marc-André Lureau writes:
>>
>>> qobject_from_jsonv() returns a single object. Let's make sure that
>>> during parsing we don't leak an intermediary object. Instead of
>>> returning the last object,
Hi
On Fri, Jul 20, 2018 at 10:49 AM, Markus Armbruster wrote:
> Marc-André Lureau writes:
>
>> qobject_from_jsonv() returns a single object. Let's make sure that
>> during parsing we don't leak an intermediary object. Instead of
>> returning the last object, set a parsing error.
>>
>> Also, the
Marc-André Lureau writes:
> qobject_from_jsonv() returns a single object. Let's make sure that
> during parsing we don't leak an intermediary object. Instead of
> returning the last object, set a parsing error.
>
> Also, the lexer/parser keeps consuming all the data. There might be an
> error set
qobject_from_jsonv() returns a single object. Let's make sure that
during parsing we don't leak an intermediary object. Instead of
returning the last object, set a parsing error.
Also, the lexer/parser keeps consuming all the data. There might be an
error set earlier. Let's keep it and not call js