overwrite old info

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4465 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-02-01 13:45:06 +00:00
parent 163a9edfa2
commit ca0aea4c2d
1 changed files with 1 additions and 1 deletions

View File

@ -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);