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:
25731bb
)
memleak fix
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 20 Jun 2006 06:33:41 +0000
(06:33 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 20 Jun 2006 06:33:41 +0000
(06:33 +0000)
unused variable removal
org.glite.lb.server/src/store.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/store.c.T
b/org.glite.lb.server/src/store.c.T
index
193775e
..
8403c9c
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-550,6
+550,7
@@
static int register_subjobs(edg_wll_Context ctx,const edg_wll_RegJobEvent *e)
edg_wll_FreeEvent(&e2);
}
+ free(subjobs);
return edg_wll_Error(ctx,NULL,NULL);
}
@@
-592,7
+593,6
@@
static int register_subjobs_embriotic(edg_wll_Context ctx,const edg_wll_RegJobEv
e2.regJob.jdl = strdup("");
for (i=0; i<e->nsubjobs; i++) {
- int seq;
char *et,*ed,*job_s;