dav/config.c

changeset 9
6aec77cfa95b
parent 8
4503498deb22
child 18
651989681053
equal deleted inserted replaced
8:4503498deb22 9:6aec77cfa95b
86 } 86 }
87 } 87 }
88 node = node->next; 88 node = node->next;
89 } 89 }
90 90
91 // TODO: free doc 91 xmlFreeDoc(doc);
92 } 92 }
93 93
94 void load_repository(xmlNode *reponode) { 94 void load_repository(xmlNode *reponode) {
95 xmlNode *node = reponode->children; 95 xmlNode *node = reponode->children;
96 Repository *repo = calloc(1, sizeof(Repository)); 96 Repository *repo = calloc(1, sizeof(Repository));

mercurial