Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
somme corrections
[simgrid.git] / src / instr / instr_trace.cpp
index 79fc08d..7f580b3 100644 (file)
@@ -342,7 +342,7 @@ ResetStateEvent::ResetStateEvent (double timestamp, container_t container, type_
 StartLinkEvent::StartLinkEvent (double timestamp, container_t container, type_t type, container_t sourceContainer,
                         const char *value, const char *key)
 {
-  new StartLinkEvent(timestamp, container, type, sourceContainer, value, key, -1);
+  StartLinkEvent(timestamp, container, type, sourceContainer, value, key, -1);
 }
 
 StartLinkEvent::StartLinkEvent (double timestamp, container_t container, type_t type, container_t sourceContainer,