authz policy file into context
authorJiří Filipovič <fila@ics.muni.cz>
Mon, 27 Feb 2012 15:06:47 +0000 (15:06 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Mon, 27 Feb 2012 15:06:47 +0000 (15:06 +0000)
org.glite.lb.common/interface/context-int.h
org.glite.lb.common/src/context.c

index 2b45c77..caa9602 100644 (file)
@@ -185,6 +185,8 @@ glite_lb_padded_struct(_edg_wll_Context,150,
        char            **msg_brokers;
 
        int             count_server_stats;
+
+       char            *authz_policy_file;
 )
 
 /* to be used internally: set, update and and clear the error information in 
index 44d9c8b..497762b 100644 (file)
@@ -210,6 +210,8 @@ void edg_wll_FreeContext(edg_wll_Context ctx)
                free(ctx->msg_brokers);
                ctx->msg_brokers = NULL;
        }
+       
+       if (ctx->authz_policy_file) free(authz_policy_file);
 
        edg_wll_FreeParams(ctx);