summaryrefslogtreecommitdiff
path: root/main/abstract_jb.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/abstract_jb.c')
-rw-r--r--main/abstract_jb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/abstract_jb.c b/main/abstract_jb.c
index e4c3c76ed..c0e0429f3 100644
--- a/main/abstract_jb.c
+++ b/main/abstract_jb.c
@@ -857,7 +857,7 @@ void ast_jb_conf_default(struct ast_jb_conf *conf)
}
static void datastore_destroy_cb(void *data) {
- ast_free(data);
+ free(data);
ast_debug(1, "JITTERBUFFER datastore destroyed\n");
}