Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
sso
Commits
47366561
Commit
47366561
authored
Jul 24, 2016
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sso: free signed_data on error
found when playing with
https://github.com/facebook/infer
parent
9d64aede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sso/sso.c
src/sso/sso.c
+1
-0
No files found.
src/sso/sso.c
View file @
47366561
...
...
@@ -281,6 +281,7 @@ int sso_ticket_sign(sso_ticket_t t, const unsigned char *secret_key, char *out,
(
unsigned
long
long
)
serialized_size
,
secret_key
)
!=
0
)
{
free
(
serialized
);
free
(
signed_data
);
return
SSO_ERR_SIGNATURE
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment