dav/db.c

changeset 638
b3077bdb3d77
parent 613
f6072141f5ee
child 667
6cdcd3e4e368
equal deleted inserted replaced
637:20241338740c 638:b3077bdb3d77
715 ucx_buffer_free(res->cached_tags); 715 ucx_buffer_free(res->cached_tags);
716 } 716 }
717 if(res->tags_hash) { 717 if(res->tags_hash) {
718 free(res->tags_hash); 718 free(res->tags_hash);
719 } 719 }
720 if(res->prev_hash) {
721 free(res->prev_hash);
722 }
720 free(res); 723 free(res);
721 } 724 }
722 725
723 static char* nullstrdup(const char *s) { 726 static char* nullstrdup(const char *s) {
724 return s ? strdup(s) : NULL; 727 return s ? strdup(s) : NULL;

mercurial