Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that was useless.
authordegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:42:16 +0000 (17:42 -0700)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:42:16 +0000 (17:42 -0700)
src/msg/msg_host.cpp

index d351e15..28bd9bb 100644 (file)
@@ -118,8 +118,7 @@ void __MSG_host_priv_free(msg_host_priv_t priv)
   if (size > 0)
     XBT_WARN("dp_objs: %u pending task?", size);
   xbt_dict_free(&priv->dp_objs);
-  if(priv->file_descriptor_table)
-    delete priv->file_descriptor_table;
+  delete priv->file_descriptor_table;
   free(priv);
 }