Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
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
Hide 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 1
3:04:45 sam
Exp $
* $Id: input_programs.c,v 1.1
6
2000/12/22 1
5: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