timeshift: reader - coverity - access to variable after free()
This commit is contained in:
parent
a97c73d96e
commit
a03b8b06ae
1 changed files with 1 additions and 1 deletions
|
@ -749,8 +749,8 @@ void *timeshift_reader ( void *p )
|
|||
pktbuf_len(pkt->pkt_payload), sm->sm_time);
|
||||
#endif
|
||||
}
|
||||
streaming_target_deliver2(ts->output, sm);
|
||||
last_time = sm->sm_time;
|
||||
streaming_target_deliver2(ts->output, sm);
|
||||
sm = NULL;
|
||||
wait = 0;
|
||||
} else if (sm) {
|
||||
|
|
Loading…
Add table
Reference in a new issue