Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 87397) +++ apps/app_meetme.c (working copy) @@ -1467,7 +1467,7 @@ char __buf[CONF_SIZE + AST_FRIENDLY_OFFSET]; char *buf = __buf + AST_FRIENDLY_OFFSET; char *exitkeys = NULL; - struct ast_cdr *bridge_cdr; + struct ast_cdr *bridge_cdr = NULL; if (!(user = ast_calloc(1, sizeof(*user)))) return ret; Index: res/res_features.c =================================================================== --- res/res_features.c (revision 87397) +++ res/res_features.c (working copy) @@ -1807,7 +1807,7 @@ int hadfeatures=0; struct ast_option_header *aoh; struct ast_bridge_config backup_config; - struct ast_cdr *bridge_cdr; + struct ast_cdr *bridge_cdr = NULL; memset(&backup_config, 0, sizeof(backup_config));