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:
a4c6ec3
)
Removed free of unallocated data (segfault after wrong credentials problem).
author
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 4 Jun 2008 05:04:53 +0000
(
05:04
+0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 4 Jun 2008 05:04:53 +0000
(
05:04
+0000)
org.glite.jp.primary/src/bones_server.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/bones_server.c
b/org.glite.jp.primary/src/bones_server.c
index
1b90c44
..
77544c2
100644
(file)
--- a/
org.glite.jp.primary/src/bones_server.c
+++ b/
org.glite.jp.primary/src/bones_server.c
@@
-312,7
+312,6
@@
static int newconn(int conn,struct timeval *to,void *data)
return 0;
cleanup:
- glite_gsplugin_free_context(plugin_ctx); plugin_ctx = NULL;
soap_end(soap);
return ret;