memleak fixed
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 28 May 2007 14:21:01 +0000 (14:21 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 28 May 2007 14:21:01 +0000 (14:21 +0000)
org.glite.lb.server/src/lb_authz.c

index cb8f05c..4773441 100644 (file)
@@ -870,6 +870,7 @@ int edg_wll_GetACL(edg_wll_Context ctx, edg_wlc_JobId jobid, edg_wll_Acl *acl)
 
        if (acl_id == NULL || *acl_id == '\0') {
                free(acl_id);
+               free(jobstr);
                *acl = NULL;
                return 0;
        }