mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
overwrite old info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4465 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
163a9edfa2
commit
ca0aea4c2d
@ -227,7 +227,7 @@ stream_t* new_stream(int fd,int type){
|
||||
}
|
||||
|
||||
void free_stream(stream_t *s){
|
||||
printf("*** free_stream() called ***\n");
|
||||
printf("\n*** free_stream() called ***\n");
|
||||
if(s->cache_pid) kill(s->cache_pid,SIGTERM);
|
||||
if(s->priv) free(s->priv);
|
||||
free(s);
|
||||
|
Loading…
Reference in New Issue
Block a user