summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/cel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cel.c b/main/cel.c
index 8a708cc3b..785b791f1 100644
--- a/main/cel.c
+++ b/main/cel.c
@@ -395,7 +395,7 @@ void ast_cel_check_retire_linkedid(struct ast_channel *chan)
*/
static const struct ast_datastore_info fabricated_channel_datastore = {
.type = "CEL fabricated channel",
- .destroy = ast_free,
+ .destroy = ast_free_ptr,
};
struct ast_channel *ast_cel_fabricate_channel_from_event(const struct ast_event *event)