Avoided double free
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 20:39:42 +0000 (20:39 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 20:39:42 +0000 (20:39 +0000)
org.glite.lb.server/src/lb_html.c

index d951fbf..e913b01 100644 (file)
@@ -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;