remove redundant free()
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 23 Jan 2008 15:03:57 +0000 (15:03 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 23 Jan 2008 15:03:57 +0000 (15:03 +0000)
org.glite.lb.server/src/jobstat.c

index a757dec..0908119 100644 (file)
@@ -131,7 +131,6 @@ int edg_wll_JobStatus(
                 }
              }
        }
-       free(jobstat.pub.owner);
 
        intErr = edg_wll_LoadIntState(ctx, job, -1 /*all events*/, &ijsp);
        if (!intErr) {