Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
395d0372
Commit
395d0372
authored
Dec 23, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modules/control/http: Fix input_item memleak.
parent
694be9ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/control/http/macro.c
modules/control/http/macro.c
+1
-0
modules/control/http/rpn.c
modules/control/http/rpn.c
+1
-0
No files found.
modules/control/http/macro.c
View file @
395d0372
...
...
@@ -345,6 +345,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
playlist_AddInput
(
p_sys
->
p_playlist
,
p_input
,
PLAYLIST_APPEND
,
PLAYLIST_END
,
VLC_TRUE
,
VLC_FALSE
);
vlc_gc_decref
(
p_input
);
msg_Dbg
(
p_intf
,
"requested mrl add: %s"
,
mrl
);
}
free
(
psz_uri
);
...
...
modules/control/http/rpn.c
View file @
395d0372
...
...
@@ -844,6 +844,7 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
i_ret
=
playlist_AddInput
(
p_sys
->
p_playlist
,
p_input
,
PLAYLIST_APPEND
,
PLAYLIST_END
,
VLC_TRUE
,
VLC_FALSE
);
vlc_gc_decref
(
p_input
);
msg_Dbg
(
p_intf
,
"requested mrl add: %s"
,
mrl
);
}
free
(
psz_uri
);
...
...
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