[Asterisk-cvs] asterisk/formats format_pcm.c,1.13,1.14
anthm at lists.digium.com
anthm at lists.digium.com
Wed Aug 25 13:31:03 CDT 2004
Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv13216/formats
Modified Files:
format_pcm.c
Log Message:
fixed a use count bug
Index: format_pcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- format_pcm.c 22 Jun 2004 18:49:00 -0000 1.13
+++ format_pcm.c 25 Aug 2004 18:30:51 -0000 1.14
@@ -108,6 +108,7 @@
ast_log(LOG_WARNING, "Unable to lock pcm list\n");
return;
}
+ glistcnt--;
ast_mutex_unlock(&pcm_lock);
ast_update_use_count();
close(s->fd);
More information about the svn-commits
mailing list