Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
2cc97f52
Commit
2cc97f52
authored
Sep 06, 2004
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug message accessed free'd structure causing a segmentation fault
parent
ad4db76b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/input/input.c
src/input/input.c
+1
-2
No files found.
src/input/input.c
View file @
2cc97f52
...
...
@@ -896,8 +896,7 @@ static void End( input_thread_t * p_input )
vlc_value_t
val
;
int
i
;
msg_Dbg
(
p_input
,
"closing `%s'"
,
p_input
->
input
.
p_item
->
psz_uri
);
msg_Dbg
(
p_input
,
"closing input"
);
/* We are at the end */
p_input
->
i_state
=
END_S
;
...
...
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