[Mplayer-cvslog] CVS: main/libmpdemux stream.c,1.38,1.39
Alban Bedel CVS
albeu at mplayerhq.hu
Fri Jul 26 04:32:44 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv7389/libmpdemux
Modified Files:
stream.c
Log Message:
10L free the cache
Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- stream.c 21 Jun 2002 16:26:40 -0000 1.38
+++ stream.c 26 Jul 2002 02:32:41 -0000 1.39
@@ -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) {
More information about the MPlayer-cvslog
mailing list