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
VideoLAN
multicat
Commits
7f5cdfc8
Commit
7f5cdfc8
authored
Jan 20, 2014
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* aggregartp.c: fix uninitialized pointer
parent
b0dd2f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
aggregartp.c
aggregartp.c
+1
-0
No files found.
aggregartp.c
View file @
7f5cdfc8
...
...
@@ -151,6 +151,7 @@ static void SendBlock( int i_fd, struct sockaddr *p_sout,
static
void
RetxQueue
(
block_t
*
p_block
,
uint64_t
i_current_date
)
{
p_block
->
i_date
=
i_current_date
;
p_block
->
p_next
=
NULL
;
/* Queue block */
if
(
p_retx_last
!=
NULL
)
...
...
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