850:bbe2925eb590 | 852:83fdf679df99 |
---|---|
156 if(proplist) { | 156 if(proplist) { |
157 CxIterator i = cxListIterator(proplist); | 157 CxIterator i = cxListIterator(proplist); |
158 cx_foreach(DavProperty*, p, i) { | 158 cx_foreach(DavProperty*, p, i) { |
159 free(p->name); | 159 free(p->name); |
160 } | 160 } |
161 cxListDestroy(proplist); | 161 cxListFree(proplist); |
162 } | 162 } |
163 | 163 |
164 if(error && versions) { | 164 if(error && versions) { |
165 DavResource *cur = versions; | 165 DavResource *cur = versions; |
166 while(cur) { | 166 while(cur) { |