git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c796e5c
)
Merge fix -- do not free the string that will be used.
author
Jiří Filipovič
<fila@ics.muni.cz>
Thu, 6 Mar 2008 13:49:11 +0000
(13:49 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Thu, 6 Mar 2008 13:49:11 +0000
(13:49 +0000)
org.glite.jp.primary/src/attrs.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/attrs.c
b/org.glite.jp.primary/src/attrs.c
index
4d31864
..
b4415c9
100644
(file)
--- 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);
}