Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Replace xbt_heap by boost::heap::fibonacci_heap"
[simgrid.git] / src / surf / network_interface.hpp
index 67d9cd9..b654419 100644 (file)
@@ -96,7 +96,7 @@ public:
        if (p_maxminSystem)
          lmm_system_free(p_maxminSystem);
        if (p_actionHeap)
-         delete p_actionHeap;
+         xbt_heap_free(p_actionHeap);
        if (p_modifiedSet)
          delete p_modifiedSet;
   }