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:
83faf10
)
Avoid double free() on database errors.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 10 Nov 2005 13:37:56 +0000
(13:37 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 10 Nov 2005 13:37:56 +0000
(13:37 +0000)
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
b2bcbc4
..
6ce17fb
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-128,7
+128,7
@@
int edg_wll_StoreEvent(edg_wll_Context ctx,edg_wll_Event *e,int *seq)
free(stmt);
}
- free(stmt);
+ free(stmt);
stmt = NULL;
if ((err = store_seq(ctx,e,next)) ||
(err = store_flesh(ctx,e,jobid,next))) {
/* attempt to cleanup, ignore new errors */