Created attachment 2408 [details] gtk2-oauth2-adjust-oauth2_filter_access.patch A GRegex needs to be released after usage. A GMatchInfo needs to be released after usage. The function g_match_info_fetch returns a string, which needs to be released with g_free. There is no need to duplicate this string. The value "expires_in" has state "RECOMMENDED", according to RFC 6749. It is not always part of the answer. This means, it is not an error if no expiration date was found.
Created attachment 2409 [details] master-oauth2-adjust-oauth2_filter_access.patch