From: František Dvořák Date: Mon, 27 Feb 2012 16:04:36 +0000 (+0000) Subject: Fix the build. X-Git-Tag: glite-px-myproxy-yaim_R_4_1_6_2~22 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=063915bb5b95b8f9165c6ef5a82f30c2c8a16170;p=jra1mw.git Fix the build. --- diff --git a/org.glite.lb.common/src/context.c b/org.glite.lb.common/src/context.c index 497762b..c522e97 100644 --- 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);