From 7ad681adc8d5e616165b4d3e6750f2995e782d57 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 21 Jan 2006 08:13:12 +0000 Subject: remove lots of useless checks of the result of ast_strdupa git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8379 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dictate.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/app_dictate.c') diff --git a/apps/app_dictate.c b/apps/app_dictate.c index 3935c81ac..29f27d94e 100644 --- a/apps/app_dictate.c +++ b/apps/app_dictate.c @@ -111,10 +111,6 @@ static int dictate_exec(struct ast_channel *chan, void *data) snprintf(dftbase, sizeof(dftbase), "%s/dictate", ast_config_AST_SPOOL_DIR); if (!ast_strlen_zero(data)) { parse = ast_strdupa(data); - if (!parse) { - ast_log(LOG_ERROR, "Out of memory!\n"); - return -1; - } AST_STANDARD_APP_ARGS(args, parse); } else args.argc = 0; -- cgit v1.2.3