Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
c7af2ba1
Commit
c7af2ba1
authored
Aug 27, 2012
by
John Doe
Committed by
Ano Nymous
Aug 27, 2012
Browse files
key parser: Fix resource leak
parent
584f6c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/file/keydbcfg-parser.y
View file @
c7af2ba1
...
...
@@ -449,6 +449,8 @@ int keydbcfg_parse_config(config_file *cfgfile, const char *path)
cfgfile->host_cert_list = head_clist;
cfgfile->list = head_celist;
fclose(fp);
if (retval)
return 0;
...
...
Write
Preview
Supports
Markdown
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