summaryrefslogtreecommitdiff
path: root/apps/app_talkdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_talkdetect.c')
-rw-r--r--apps/app_talkdetect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c
index 6cd8572bb..9e4d2a4ee 100644
--- a/apps/app_talkdetect.c
+++ b/apps/app_talkdetect.c
@@ -63,7 +63,6 @@ static char *descrip =
static int background_detect_exec(struct ast_channel *chan, void *data)
{
int res = 0;
- struct ast_module_user *u;
char *tmp;
char *options;
char *stringp;
@@ -82,8 +81,6 @@ static int background_detect_exec(struct ast_channel *chan, void *data)
return -1;
}
- u = ast_module_user_add(chan);
-
tmp = ast_strdupa(data);
stringp=tmp;
@@ -205,7 +202,6 @@ static int background_detect_exec(struct ast_channel *chan, void *data)
}
if (dsp)
ast_dsp_free(dsp);
- ast_module_user_remove(u);
return res;
}