Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
02622a9d
Commit
02622a9d
authored
Jul 09, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addons: remove useless lock/unlock
p_finder is not visible to other threads at this point.
parent
a3769dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/misc/addons.c
src/misc/addons.c
+0
-2
No files found.
src/misc/addons.c
View file @
02622a9d
...
...
@@ -347,9 +347,7 @@ static void *FinderThread( void *p_data )
p_finder
->
i_flags
|=
OBJECT_FLAGS_NOINTERACT
;
module_t
*
p_module
;
ARRAY_INIT
(
p_finder
->
entries
);
vlc_mutex_lock
(
&
p_manager
->
p_priv
->
finder
.
lock
);
p_finder
->
psz_uri
=
psz_uri
;
vlc_mutex_unlock
(
&
p_manager
->
p_priv
->
finder
.
lock
);
p_module
=
module_need
(
p_finder
,
"addons finder"
,
NULL
,
false
);
if
(
p_module
)
...
...
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