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:
6e9d6a4
)
Fix the build.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 27 Feb 2012 16:04:36 +0000
(16:04 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 27 Feb 2012 16:04:36 +0000
(16:04 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
497762b
..
c522e97
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-211,7
+211,7
@@
void edg_wll_FreeContext(edg_wll_Context ctx)
ctx->msg_brokers = NULL;
}
- if (ctx->authz_policy_file) free(authz_policy_file);
+ if (ctx->authz_policy_file) free(
ctx->
authz_policy_file);
edg_wll_FreeParams(ctx);