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
Joshua Root
libaacs
Commits
0333c7cf
Commit
0333c7cf
authored
Sep 25, 2011
by
npzacs
Committed by
Ano Nymous
Feb 18, 2012
Browse files
Fixed leak
parent
71350c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
0333c7cf
...
...
@@ -616,6 +616,9 @@ AACS *aacs_open(const char *path, const char *configfile_path)
DEBUG
(
DBG_AACS
,
"Starting AACS waterfall...
\n
"
);
if
(
_calc_uks
(
aacs
,
path
))
{
keydbcfg_config_file_close
(
aacs
->
cf
);
aacs
->
cf
=
NULL
;
DEBUG
(
DBG_AACS
,
"AACS initialized! (%p)
\n
"
,
aacs
);
return
aacs
;
}
...
...
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