Fix the build.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 27 Feb 2012 16:04:36 +0000 (16:04 +0000)
committerFrantiš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

index 497762b..c522e97 100644 (file)
@@ -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);