diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-08-30 16:28:06 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-08-30 16:28:06 -0400 |
commit | 129f97bd91c3f971ee4c3d09264efca1384bd9b6 (patch) | |
tree | 6b060a9c33337f3013015b43db0333d75abb5eda /rt-plot-container.c | |
parent | 15bbd1e788af29d06b3fb64cefd0e2e3cdd64a8b (diff) |
Fixed performance / memory leak of mouse hovering
Diffstat (limited to 'rt-plot-container.c')
-rw-r--r-- | rt-plot-container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-plot-container.c b/rt-plot-container.c index cb814fa..94f78ee 100644 --- a/rt-plot-container.c +++ b/rt-plot-container.c | |||
@@ -40,7 +40,7 @@ int get_server_info(struct graph_info *ginfo, struct rt_plot_common *rt, | |||
40 | *out_release = *out_deadline = *out_job = *out_tid = 0; | 40 | *out_release = *out_deadline = *out_job = *out_tid = 0; |
41 | 41 | ||
42 | /* Get current job info for server task */ | 42 | /* Get current job info for server task */ |
43 | get_previous_release(ginfo, sid, time, | 43 | get_previous_release(ginfo, rt, sid, time, |
44 | out_job, out_release, out_deadline); | 44 | out_job, out_release, out_deadline); |
45 | 45 | ||
46 | /* Need to reset back to current location */ | 46 | /* Need to reset back to current location */ |