fix crash when cancelling access token dialog
Review Request #1506 — Created June 21, 2022 and submitted
fix crash when cancelling access token dialog
Summary | ID | Author |
---|---|---|
3a21231469e65085a3c93a61345c54af06094d03 | ivanhoe |
Description | From | Last Updated |
---|---|---|
The null check should also be in the cancel handler. The free function should in theory just do nothing if … |
grim |
- Change Summary:
-
Do simple NULL check instead of calling
g_return_if_fail
. - Commits:
-
Summary ID Author 4b875b8b224ef3362aef32fb2d8ad37a7b70f9a2 ivanhoe 3a21231469e65085a3c93a61345c54af06094d03 ivanhoe - Diff:
-
Revision 2 (+6)