Index: attrib.c =================================================================== --- attrib.c (revision 27936) +++ attrib.c (revision 27937) @@ -115,6 +115,7 @@ int i; for (i = 0; i < list->Number; i++) { + NOTIFY(list, list->List[i].name, list->List[i].value); free(list->List[i].name); free(list->List[i].value); }