63cddd
--- crash-trace-command-2.0/trace.c.orig
63cddd
+++ crash-trace-command-2.0/trace.c
63cddd
@@ -251,7 +251,6 @@ static int ftrace_init_pages(struct ring
63cddd
 
63cddd
 	cpu_buffer->linear_pages = calloc(sizeof(ulong), nr_pages + 1);
63cddd
 	if (cpu_buffer->linear_pages == NULL) {
63cddd
-		free(cpu_buffer->pages);
63cddd
 		return -1;
63cddd
 	}
63cddd