aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
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;