summaryrefslogtreecommitdiff
path: root/main/cdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/cdr.c')
-rw-r--r--main/cdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/cdr.c b/main/cdr.c
index e8eebe10f..33f326b86 100644
--- a/main/cdr.c
+++ b/main/cdr.c
@@ -861,6 +861,7 @@ void ast_cdr_submit_batch(int shutdown)
if (option_debug)
ast_log(LOG_DEBUG, "CDR multi-threaded batch processing begins now\n");
}
+ pthread_attr_destroy(&attr);
}
}