aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trace-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c
index 3440497..344c506 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -2056,8 +2056,8 @@ static int load_handle(struct graph_info *ginfo,
2056 if (!handle) 2056 if (!handle)
2057 return -1; 2057 return -1;
2058 2058
2059 trace_graph_plot_init(ginfo);
2060 trace_graph_free_info(ginfo); 2059 trace_graph_free_info(ginfo);
2060 trace_graph_plot_init(ginfo);
2061 2061
2062 ginfo->handle = handle; 2062 ginfo->handle = handle;
2063 tracecmd_ref(handle); 2063 tracecmd_ref(handle);