summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_followme.c')
-rw-r--r--apps/app_followme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index c23e2a328..5a68c206e 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -566,7 +566,6 @@ static void destroy_calling_tree(struct findme_user_listptr *findme_user_list)
ast_party_connected_line_free(&fmuser->connected);
ast_free(fmuser);
}
- ast_free(findme_user_list);
}
static struct ast_channel *wait_for_winner(struct findme_user_listptr *findme_user_list, struct number *nm, struct ast_channel *caller, char *namerecloc, struct fm_args *tpargs)