Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f2e7f996
Commit
f2e7f996
authored
May 31, 2016
by
Matthieu Bouron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/mediacodec: do not delete a local reference twice in case of error
parent
153ab83b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mediacodec_wrapper.c
libavcodec/mediacodec_wrapper.c
+1
-0
No files found.
libavcodec/mediacodec_wrapper.c
View file @
f2e7f996
...
...
@@ -122,6 +122,7 @@ char *ff_AMediaCodecList_getCodecNameByType(const char *mime, int width, int hei
goto
done
;
}
(
*
env
)
->
DeleteLocalRef
(
env
,
tmp
);
tmp
=
NULL
;
codec
=
(
*
env
)
->
NewObject
(
env
,
jfields
.
mediacodec_list_class
,
jfields
.
init_id
,
0
);
if
(
ff_jni_exception_check
(
env
,
1
,
log_ctx
)
<
0
)
{
...
...
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