mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Addendum to -r365766. Since it is no longer allocated.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -566,7 +566,6 @@ static void destroy_calling_tree(struct findme_user_listptr *findme_user_list)
|
|||||||
ast_party_connected_line_free(&fmuser->connected);
|
ast_party_connected_line_free(&fmuser->connected);
|
||||||
ast_free(fmuser);
|
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)
|
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)
|
||||||
|
Reference in New Issue
Block a user