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
4f43d786
Commit
4f43d786
authored
Jan 14, 2016
by
npzacs
Browse files
Fix leak in error path
parent
277642b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/file/mmc_device_linux.c
View file @
4f43d786
...
...
@@ -187,6 +187,7 @@ MMCDEV *device_open(const char *path)
dev
->
fd
=
fd
;
return
dev
;
}
close
(
fd
);
}
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