[Asterisk-cvs] asterisk/channels chan_vpb.c,1.16,1.17

bkramer at lists.digium.com bkramer at lists.digium.com
Mon Apr 5 01:37:03 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv17638

Modified Files:
	chan_vpb.c 
Log Message:
/ implemented basic group'ing, as per chan_zap 
/ reformated whole file to consistent format


Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- chan_vpb.c	31 Mar 2004 23:40:20 -0000	1.16
+++ chan_vpb.c	5 Apr 2004 05:37:01 -0000	1.17
@@ -9,12 +9,6 @@
  *
  * This program is free software, distributed under the terms of
  * the GNU General Public License
- * 
- */
-
-/* This module is now being supported by Voicetronix. If you wish to submit
- * any patches to it please email them to support at voicetronix.com.au
- *
  */
 
[...2640 lines suppressed...]
+
+			iflist = iflist->next;
+
+			free(p);
 		}
 		iflist = NULL;
 	} ast_mutex_unlock(&iflock);
-	
+
 	ast_mutex_lock(&bridge_lock); {
-	     memset(bridges, 0, sizeof bridges);	     
+		memset(bridges, 0, sizeof bridges);	     
 	} ast_mutex_unlock(&bridge_lock);
 	ast_mutex_destroy(&bridge_lock);
 	free(bridges);
-	
+
 	return 0;
 }
 




More information about the svn-commits mailing list