Index: app_record.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_record.c,v retrieving revision 1.5 diff -u -r1.5 app_record.c --- app_record.c 29 Jun 2003 03:24:39 -0000 1.5 +++ app_record.c 26 Aug 2003 17:40:27 -0000 @@ -56,14 +56,14 @@ struct localuser *u; struct ast_frame *f = NULL; - struct ast_dsp *sildet; /* silence detector dsp */ + struct ast_dsp *sildet = NULL; /* silence detector dsp */ int totalsilence = 0; int dspsilence = 0; int silence = 0; /* amount of silence to allow */ int gotsilence = 0; /* did we timeout for silence? */ char silencestr[5]; int k = 0; - int rfmt; + int rfmt=0; vdata = data; /* explained above */ Index: app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.13 diff -u -r1.13 app_voicemail.c --- app_voicemail.c 3 May 2003 20:46:19 -0000 1.13 +++ app_voicemail.c 26 Aug 2003 17:40:29 -0000 @@ -1466,8 +1466,8 @@ long duration; struct ast_config *mif; char miffile[256]; - char *copy, *name, *passwd, *email, *pager; - char *mycopy, *myname, *mypasswd, *myemail, *mypager; + char *copy=NULL, *name=NULL, *passwd=NULL, *email=NULL, *pager=NULL; + char *mycopy, *myname=NULL, *mypasswd, *myemail, *mypager; char *astemail; char fn[256]; char callerid[512];