# HG changeset patch # User albeu # Date 1027650761 0 # Node ID a4ed4e0464badb8537b14e6792446947cf2dcffa # Parent 0250f691037e801cd33319a5ee8702b35eb1a12d 10L free the cache diff -r 0250f691037e -r a4ed4e0464ba libmpdemux/stream.c --- a/libmpdemux/stream.c Fri Jul 26 02:04:11 2002 +0000 +++ b/libmpdemux/stream.c Fri Jul 26 02:32:41 2002 +0000 @@ -276,6 +276,7 @@ // kill(s->cache_pid,SIGTERM); kill(s->cache_pid,SIGKILL); waitpid(s->cache_pid,NULL,0); + shmem_free(s->cache_data); } if(s->fd>0) close(s->fd); switch(s->type) {