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
8938474d
Commit
8938474d
authored
Jul 07, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acoustid: remove superfluous checks
parent
5a5d0717
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
modules/misc/webservices/acoustid.c
modules/misc/webservices/acoustid.c
+2
-4
No files found.
modules/misc/webservices/acoustid.c
View file @
8938474d
...
...
@@ -162,9 +162,7 @@ static void cancelDoAcoustIdWebRequest( void *p_arg )
struct
webrequest_t
*
p_request
=
(
struct
webrequest_t
*
)
p_arg
;
if
(
p_request
->
p_stream
)
stream_Delete
(
p_request
->
p_stream
);
if
(
p_request
->
psz_url
)
free
(
p_request
->
psz_url
);
if
(
p_request
->
p_buffer
)
free
(
p_request
->
p_buffer
);
}
...
...
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