[Asterisk-cvs] asterisk pbx.c,1.279,1.280

kpfleming kpfleming
Mon Sep 26 15:34:11 CDT 2005


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

Modified Files:
	pbx.c 
Log Message:
oops


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- pbx.c	26 Sep 2005 16:58:40 -0000	1.279
+++ pbx.c	26 Sep 2005 19:31:03 -0000	1.280
@@ -1387,8 +1387,8 @@
 	char *cp4;
 	const char *tmp, *whereweare;
 	int length;
-	char *workspace;
-	char *ltmp, *var;
+	char *workspace = NULL;
+	char *ltmp = NULL, *var = NULL;
 	char *nextvar, *nextexp, *nextthing;
 	char *vars, *vare;
 	int pos, brackets, needsub, len;




More information about the svn-commits mailing list