aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_ices.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_ices.c')
-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 195607ab6..67b107e41 100644
--- a/apps/app_ices.c
+++ b/apps/app_ices.c
@@ -173,6 +173,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;
}
}