Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a few memleaks
[simgrid.git] / src / simix / smx_process.c
index 14025ba..0e92bfc 100644 (file)
@@ -41,6 +41,8 @@ void SIMIX_process_empty_trash(void)
     /* Free the exception allocated at creation time */
     if (process->exception)
       free(process->exception);
+    if (process->properties)
+      xbt_dict_free(&process->properties);
 
     free(process->name);
     process->name = NULL;