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
Marvin Scholz
libaacs
Commits
5406e032
Commit
5406e032
authored
Dec 16, 2013
by
anonymous
Browse files
mkb_open(): fixed leak in error path
parent
3fa97c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/mkb.c
View file @
5406e032
...
...
@@ -85,6 +85,8 @@ MKB *mkb_open(const char *path)
DEBUG
(
DBG_MKB
,
"Error opening MKB!
\n
"
);
X_FREE
(
mkb
);
return
NULL
;
}
...
...
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