Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the mallocator of SimDag tasks.
authorChristophe Thiéry <christopho128@gmail.com>
Thu, 3 Nov 2011 11:06:01 +0000 (12:06 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Thu, 3 Nov 2011 11:06:01 +0000 (12:06 +0100)
commitc3e8d8eb4778b6200f460b86dd83b1fcfbef7ec4
tree6fce2d231fb27de0349a5b3c829abce530575209
parent5606e02195f83d9e7809135223b01a71e0a0cc67
Fix the mallocator of SimDag tasks.

Tasks were uninitialized too late (and with duplicated code), in
SD_task_recycle_f() and SD_task_free_f(). The uninitialization code
is now back in SD_task_destroy().
This fixes simdag-minmin-test.
src/simdag/sd_task.c