Skip to content

Fix a few small bugs in gclue_mozilla_parse_response()

  • Make sure to not leak a JsonParser when this function returns early,

  • Check message JSON member for existence before fetching it (it's an error to try fetching a non-existing member),

  • Don't use MLS return error codes as GIO error codes - they don't match.

Merge request reports