Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts_input_open_pid: fix the wrong variable assignment
  • Loading branch information
perexg committed Nov 16, 2014
1 parent 6ce9b4d commit 37bee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_input.c
Expand Up @@ -349,7 +349,7 @@ mpegts_input_open_pid
buf, mp->mp_pid, mp->mp_pid, type, owner);
} else {
free(mps);
mps = NULL;
mp = NULL;
}
}
return mp;
Expand Down

0 comments on commit 37bee9e

Please sign in to comment.