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:
b0b9cae
)
Fix memory leak.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 1 Feb 2005 13:06:48 +0000
(13:06 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 1 Feb 2005 13:06:48 +0000
(13:06 +0000)
org.glite.lb.common/src/lb_gss.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/lb_gss.c
b/org.glite.lb.common/src/lb_gss.c
index
2cffcb1
..
19dfe1d
100644
(file)
--- a/
org.glite.lb.common/src/lb_gss.c
+++ b/
org.glite.lb.common/src/lb_gss.c
@@
-811,6
+811,7
@@
edg_wll_gss_read(edg_wll_GssConnection *connection, void *buf, size_t bufsize,
maj_stat = gss_unwrap(&min_stat, connection->context, &input_token,
&output_token, NULL, NULL);
+ gss_release_buffer(&min_stat, &input_token);
if (GSS_ERROR(maj_stat)) {
/* XXX cleanup */
return EDG_WLL_GSS_ERROR_GSS;