change function name switch_ivr_menu_stack_free

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3556 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-06 15:17:16 +00:00
parent c8cdf81f1e
commit 500452fdc5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static void ivr_application_function(switch_core_session_t *session, char *data)
status = switch_ivr_menu_execute(session, menu, "main", NULL);
// cleaup the menu
//switch_ivr_menu_free_stack(menu);
switch_ivr_menu_stack_free(menu);
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "unable to build menu %s\n",params);
}