aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_ices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_ices.c b/apps/app_ices.c
index 85f4159ec..b6b5ad3f7 100644
--- a/apps/app_ices.c
+++ b/apps/app_ices.c
@@ -175,6 +175,7 @@ static int ices_exec(struct ast_channel *chan, void *data)
if (errno != EAGAIN) {
ast_log(LOG_WARNING, "Write failed to pipe: %s\n", strerror(errno));
res = -1;
+ ast_frfree(f);
break;
}
}