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:
b95ba06
)
Fix messed up * vs. ** on notifid, yieding incorrect free()
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 9 Mar 2009 15:10:09 +0000
(15:10 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 9 Mar 2009 15:10:09 +0000
(15:10 +0000)
org.glite.lb.server/src/lb_xml_parse.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_xml_parse.c.T
b/org.glite.lb.server/src/lb_xml_parse.c.T
index
cdbaab5
..
39a06dd
100644
(file)
--- a/
org.glite.lb.server/src/lb_xml_parse.c.T
+++ b/
org.glite.lb.server/src/lb_xml_parse.c.T
@@
-1371,7
+1371,7
@@
int parseNotifRequest(edg_wll_Context ctx, char *messageBody, char **function, e
free(XMLCtx.job_conditions);
}
free(XMLCtx.notifFunction);
- edg_wll_NotifIdFree(
&
XMLCtx.notifId);
+ edg_wll_NotifIdFree(XMLCtx.notifId);
free(XMLCtx.notifClientAddress);
*function = NULL;