Fix messed up * vs. ** on notifid, yieding incorrect free()
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 9 Mar 2009 15:10:09 +0000 (15:10 +0000)
committerAleš 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

index cdbaab5..39a06dd 100644 (file)
@@ -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;