git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b1ce5
)
Avoided double free
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 5 Sep 2012 20:39:42 +0000
(20:39 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 5 Sep 2012 20:39:42 +0000
(20:39 +0000)
org.glite.lb.server/src/lb_html.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_html.c
b/org.glite.lb.server/src/lb_html.c
index
d951fbf
..
e913b01
100644
(file)
--- a/
org.glite.lb.server/src/lb_html.c
+++ b/
org.glite.lb.server/src/lb_html.c
@@
-674,7
+674,6
@@
int edg_wll_GeneralJobStatusToHTML(edg_wll_Context ctx UNUSED_VAR, edg_wll_JobSt
free(chtemp);
}
add_row_d(&out, "payload_running", "Payload Running", stat.payload_running, 0, text);
- free(chtemp);
if (stat.possible_destinations) {
chtemp = NULL;