Merge fix -- do not free the string that will be used.
authorJiří Filipovič <fila@ics.muni.cz>
Thu, 6 Mar 2008 13:49:11 +0000 (13:49 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Thu, 6 Mar 2008 13:49:11 +0000 (13:49 +0000)
org.glite.jp.primary/src/attrs.c

index 4d31864..b4415c9 100644 (file)
@@ -206,7 +206,6 @@ int glite_jpps_get_attrs(glite_jp_context_t ctx,const char *job,char **attr,int
                                                        , &known_namespaces[j].file_handles[k]);
                                break;
                        }
-                       free(attr_namespace); attr_namespace = NULL;
                }
                free(attr_namespace);
        }