*/
#include <h/mh.h>
+#include <h/utils.h>
/*
* Delete a key/value pair from the context/profile list.
else
m_defs = np->n_next;
free (np->n_name);
- if (np->n_field)
- free (np->n_field);
- free ((char *) np);
+ mh_xfree(np->n_field);
+ free(np);
ctxflags |= CTXMOD;
return 0;
}