mpegts_input_open_pid: fix the wrong variable assignment
This commit is contained in:
parent
6ce9b4d3b1
commit
37bee9eb5e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue