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:
cec264c
)
avoid double free-ing of allocated data
author
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 28 Apr 2008 08:48:07 +0000
(08:48 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 28 Apr 2008 08:48:07 +0000
(08:48 +0000)
org.glite.lb.server/src/bkserverd.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/bkserverd.c
b/org.glite.lb.server/src/bkserverd.c
index
0b27e78
..
112ba64
100644
(file)
--- a/
org.glite.lb.server/src/bkserverd.c
+++ b/
org.glite.lb.server/src/bkserverd.c
@@
-1042,7
+1042,6
@@
static int handle_server_error(edg_wll_Context ctx)
/* fallthrough
*/
case ENOTCONN:
- free(errt); free(errd);
/*
* "recoverable" error - return (>0)
*/