[Asterisk-cvs] asterisk pbx.c,1.99,1.100
citats at lists.digium.com
citats at lists.digium.com
Mon Feb 23 00:49:15 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18778
Modified Files:
pbx.c
Log Message:
Fix some comments in pbx.c and pbx_config.c
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- pbx.c 23 Feb 2004 02:47:22 -0000 1.99
+++ pbx.c 23 Feb 2004 05:37:24 -0000 1.100
@@ -4096,12 +4096,13 @@
free(tmpil);
}
for (ipi = tmp->ignorepats; ipi; ) {
- /* Free includes */
+ /* Free ignorepats */
ipl = ipi;
ipi = ipi->next;
free(ipl);
}
for (sw = tmp->alts; sw; ) {
+ /* Free switches */
swl = sw;
sw = sw->next;
free(swl);
More information about the svn-commits
mailing list