Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
21d370a5
Commit
21d370a5
authored
Oct 02, 2011
by
Martin Storsjö
Committed by
Rémi Denis-Courmont
Oct 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omxil: Avoid a double dll_close if the necessary functions aren't found
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
7df1090a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil.c
+0
-5
No files found.
modules/codec/omxil/omxil.c
View file @
21d370a5
...
@@ -783,11 +783,6 @@ static int OpenGeneric( vlc_object_t *p_this, bool b_encode )
...
@@ -783,11 +783,6 @@ static int OpenGeneric( vlc_object_t *p_this, bool b_encode )
msg_Warn
(
p_this
,
"cannot find OMX_* symbols in `%s' (%s)"
,
msg_Warn
(
p_this
,
"cannot find OMX_* symbols in `%s' (%s)"
,
ppsz_dll_list
[
i
],
dlerror
()
);
ppsz_dll_list
[
i
],
dlerror
()
);
dll_close
(
dll_handle
);
dll_close
(
dll_handle
);
}
if
(
!
pf_init
||
!
pf_deinit
||
!
pf_get_handle
||
!
pf_free_handle
||
!
pf_component_enum
)
{
dll_close
(
dll_handle
);
return
VLC_EGENERIC
;
return
VLC_EGENERIC
;
}
}
...
...
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