Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
badd3739
Commit
badd3739
authored
Dec 21, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
be the last one.
parent
91bc3eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/input/input_ps.c
src/input/input_ps.c
+2
-1
No files found.
src/input/input_ps.c
View file @
badd3739
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* input_ps.c: PS demux and packet management
* input_ps.c: PS demux and packet management
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: input_ps.c,v 1.1
0 2000/12/21 15:01:08
massiot Exp $
* $Id: input_ps.c,v 1.1
1 2000/12/21 19:33:03
massiot Exp $
*
*
* Authors:
* Authors:
*
*
...
@@ -126,6 +126,7 @@ static void PSInit( input_thread_t * p_input )
...
@@ -126,6 +126,7 @@ static void PSInit( input_thread_t * p_input )
{
{
/* FIXME: use i_p_config_t */
/* FIXME: use i_p_config_t */
input_ParsePS
(
p_input
,
pp_packets
[
i
]
);
input_ParsePS
(
p_input
,
pp_packets
[
i
]
);
DeletePacket
(
p_input
->
p_method_data
,
pp_packets
[
i
]
);
}
}
/* File too big. */
/* File too big. */
...
...
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