Roster handle changes handled correctly

This commit is contained in:
James Booth
2013-05-20 21:43:20 +01:00
parent 6c4b81d093
commit 4a8db64d7a
2 changed files with 70 additions and 41 deletions

View File

@@ -82,6 +82,8 @@ p_contact_set_name(const PContact contact, const char * const name)
if (name != NULL) {
contact->name = strdup(name);
} else {
FREE_SET_NULL(contact->name);
}
}