r=vlad
This commit is contained in:
mvl%exedo.nl 2005-01-28 21:27:59 +00:00
Родитель cfbb71c0bd
Коммит 647a995428
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -210,7 +210,7 @@ calRecurrenceDate::GetIcalProperty(calIIcalProperty **aProp)
icalproperty_set_value(dateprop, v);
calIIcalProperty *icp = new calIcalProperty(dateprop, nsnull);
if (icp) {
if (!icp) {
icalproperty_free(dateprop);
return NS_ERROR_FAILURE;
}