summaryrefslogtreecommitdiff
path: root/main/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/logger.c b/main/logger.c
index 8794ef82b..2c1d9ab17 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -987,7 +987,6 @@ static void *logger_thread(void *data)
logger_print_verbose(msg);
/* Free the data since we are done */
- ast_string_field_free_memory(msg);
ast_free(msg);
}