summaryrefslogtreecommitdiff
path: root/apps/app_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_random.c')
-rw-r--r--apps/app_random.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_random.c b/apps/app_random.c
index f7d09e87a..2ebd437a2 100644
--- a/apps/app_random.c
+++ b/apps/app_random.c
@@ -74,11 +74,6 @@ static int random_exec(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
s = ast_strdupa(data);
- if (!s) {
- ast_log(LOG_ERROR, "Out of memory!\n");
- LOCAL_USER_REMOVE(u);
- return -1;
- }
prob = strsep(&s,":");
if ((!prob) || (sscanf(prob, "%d", &probint) != 1))