From 063915bb5b95b8f9165c6ef5a82f30c2c8a16170 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 27 Feb 2012 16:04:36 +0000 Subject: [PATCH] Fix the build. --- org.glite.lb.common/src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.2.3