Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the dict in which parsed properties are stored from homogeneous
authorsuter <frederic.suter@cc.in2p3.fr>
Fri, 30 May 2014 21:56:02 +0000 (23:56 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Fri, 30 May 2014 21:56:02 +0000 (23:56 +0200)
commit7db1335adf1a0bf50ca6055fc86be528423c1844
tree5ea4d09136690658c950f96751083039ced0f9bf
parenteed5a72ff8bfdeaf1a95930840f2fcddd833f653
change the dict in which parsed properties are stored from homogeneous
to heterogeneous. A leak occured in
teshsuite/msg/storage/storage_basic.c after the addition of a call
MSG_storage_set_property_value that adds a new property to the dict. The
new element doesn't appear to be freed when freeing the resources. After
several tries, the proposed modification solves the issue without
breaking something else.
src/surf/surfxml_parse.c