[Users] [Bug 4742] New: oauth2: adjust oauth2_filter_access
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Jan 16 14:16:18 UTC 2024
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4742
Bug ID: 4742
Summary: oauth2: adjust oauth2_filter_access
Product: Claws Mail (GTK 2)
Version: GIT
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: olaf at aepfle.de
Created attachment 2408
-->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2408&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list