From: Jiří Filipovič Date: Thu, 6 Mar 2008 13:49:11 +0000 (+0000) Subject: Merge fix -- do not free the string that will be used. X-Git-Tag: merge_transactions_dst~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=454c649fe3c014cdfb54544ce51355e0423833e0;p=jra1mw.git Merge fix -- do not free the string that will be used. --- diff --git a/org.glite.jp.primary/src/attrs.c b/org.glite.jp.primary/src/attrs.c index 4d31864..b4415c9 100644 --- a/org.glite.jp.primary/src/attrs.c +++ b/org.glite.jp.primary/src/attrs.c @@ -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); }