aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 19:31:03 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 19:31:03 +0000
commitbc933909a4e9bce170c88c7be114fbdfe1a00f4f (patch)
tree63fa144d5a8198c619354f382180c67467f497ae /pbx.c
parentacf412a38709fae4ef744dc3f1f767f9ef398cab (diff)
oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6665 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 03e7cb864..6f56cfe58 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1387,8 +1387,8 @@ static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
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;