[Asterisk-cvs] zaptel zaptel.c,1.75,1.76
citats at lists.digium.com
citats at lists.digium.com
Tue May 18 02:50:35 CDT 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/home/citats/cvs/zaptel
Modified Files:
zaptel.c
Log Message:
Fix nethdlc up/down/up freezing issue
Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- zaptel.c 9 May 2004 17:49:49 -0000 1.75
+++ zaptel.c 18 May 2004 07:02:39 -0000 1.76
@@ -1234,6 +1234,7 @@
}
/* Not much to do here. Just deallocate the buffers */
zt_reallocbufs(ms, 0, 0);
+ hdlc_close(hdlc);
#ifndef LINUX26
MOD_DEC_USE_COUNT;
#endif
More information about the svn-commits
mailing list