aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_macro.c')
-rw-r--r--apps/app_macro.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 63cf46474..a33e9f2ed 100644
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -308,11 +308,6 @@ static int macroif_exec(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
expr = ast_strdupa(data);
- if (!expr) {
- ast_log(LOG_ERROR, "Out of Memory!\n");
- LOCAL_USER_REMOVE(u);
- return -1;
- }
if ((label_a = strchr(expr, '?'))) {
*label_a = '\0';