Don't fail with an error if an attribute that is to be deleted does not exist

This commit is contained in:
Heiko Hund 2010-06-18 05:01:06 +02:00 committed by Andreas Steffen
parent 4f9b82bc1d
commit 341372d525
1 changed files with 0 additions and 2 deletions

View File

@ -441,8 +441,6 @@ void del_attr(char *name, char *value, value_type_t value_type)
blob.len, blob.ptr);
}
}
free(blob.ptr);
exit(EXIT_FAILURE);
}
free(blob.ptr);
}