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
10dda32d
Commit
10dda32d
authored
Dec 22, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a compile pbm in debug mode (f34r d4 1-line fix)
parent
66f4bbb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/input/input_programs.c
src/input/input_programs.c
+2
-2
No files found.
src/input/input_programs.c
View file @
10dda32d
...
...
@@ -3,7 +3,7 @@
* FIXME : check the return value of realloc() and malloc() !
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_programs.c,v 1.1
5 2000/12/22 13:04:45 sam
Exp $
* $Id: input_programs.c,v 1.1
6 2000/12/22 15:34:24 massiot
Exp $
*
* Authors:
*
...
...
@@ -175,7 +175,7 @@ void input_DelProgram( input_thread_t * p_input, pgrm_descriptor_t * p_pgrm )
ASSERT
(
p_pgrm
);
intf_DbgMsg
(
"Deleting description for pgrm %d"
,
p_pgrm
->
i_
stream_id
);
intf_DbgMsg
(
"Deleting description for pgrm %d"
,
p_pgrm
->
i_
number
);
/* Free the structures that describe the es that belongs to that program */
for
(
i_index
=
0
;
i_index
<
p_pgrm
->
i_es_number
;
i_index
++
)
...
...
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