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:
3048333
)
Call correct function to free memory
author
Daniel Kouřil
<kouril@ics.muni.cz>
Wed, 19 Jan 2005 14:40:51 +0000
(14:40 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Wed, 19 Jan 2005 14:40:51 +0000
(14:40 +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
58822e0
..
778b4df
100644
(file)
--- a/
org.glite.lb.common/src/lb_gss.c
+++ b/
org.glite.lb.common/src/lb_gss.c
@@
-827,7
+827,7
@@
edg_wll_gss_read(edg_wll_GssConnection *connection, void *buf, size_t bufsize,
memcpy(buf, output_token.value, output_token.length);
ret = output_token.length;
- gss_release_
cred
(&min_stat, &output_token);
+ gss_release_
buffer
(&min_stat, &output_token);
return ret;
}