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:
7b0e88b
)
memleak fixed
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 28 May 2007 14:08:20 +0000
(14:08 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 28 May 2007 14:08:20 +0000
(14:08 +0000)
org.glite.lb.server/src/jobstat.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/jobstat.c
b/org.glite.lb.server/src/jobstat.c
index
23b3dd3
..
d1b49be
100644
(file)
--- a/
org.glite.lb.server/src/jobstat.c
+++ b/
org.glite.lb.server/src/jobstat.c
@@
-134,6
+134,7
@@
int edg_wll_JobStatus(
intErr = edg_wll_LoadIntState(ctx, job, -1 /*all events*/, &ijsp);
if (!intErr) {
*stat = ijsp->pub;
+ free(jobstat.pub.owner); jobstat.pub.owner = NULL;
destroy_intJobStat_extension(ijsp);
free(ijsp);