diff --git a/res/res_osp.c b/res/res_osp.c index 4a00a73aab..62115db4bf 100644 --- a/res/res_osp.c +++ b/res/res_osp.c @@ -178,7 +178,6 @@ static int osp_buildProvider( p = ast_calloc(1, sizeof(*p)); if (!p) { - ast_log(LOG_ERROR, "Out of memory\n"); return(-1); }