diff --git a/main/logger.c b/main/logger.c index 8794ef82b7..2c1d9ab17e 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); }