src/cache.c [1857:1864]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - free(dst_conv); } else { dst_path = ne_strdup(dst->path); } if (dav_move(src->path, dst_path) != 0) { free(dst_path); return EIO; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/cache.c [1966:1973]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - free(dst_conv); } else { dst_path = ne_strdup(dst->path); } if (dav_move(src->path, dst_path) != 0) { free(dst_path); return EIO; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -