From 922b893e3976c3c0162c5b5beeba247ca26d0b5c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 25 Dec 2011 21:56:04 +0100 Subject: [PATCH 1/1] fix a test broken by homogeneisation of dicts --- examples/msg/properties/msg_prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/properties/msg_prop.c b/examples/msg/properties/msg_prop.c index 051ba16380..5f33de9313 100644 --- a/examples/msg/properties/msg_prop.c +++ b/examples/msg/properties/msg_prop.c @@ -62,7 +62,7 @@ static void test_host(const char*hostname) XBT_INFO(" Property: %s old value: %s", exist, value); /* Restore the value for the next test */ - xbt_dict_set(props, exist, xbt_strdup("180"), xbt_free_f); + xbt_dict_set(props, exist, xbt_strdup("180"), NULL); } int alice(int argc, char *argv[]) { /* Dump what we have on the current host */ -- 2.20.1