src/server/config/keyfile.c

changeset 575
bbca8e94fa67
parent 453
4586d534f9b5
child 576
5c31cc844c68
equal deleted inserted replaced
574:76450adae540 575:bbca8e94fa67
64 if(conf->users) { 64 if(conf->users) {
65 ucx_list_free_a(conf->parser.mp, conf->users); 65 ucx_list_free_a(conf->parser.mp, conf->users);
66 } 66 }
67 ucx_mempool_destroy(conf->parser.mp->pool); 67 ucx_mempool_destroy(conf->parser.mp->pool);
68 */ 68 */
69 free(conf->file);
69 free(conf); 70 free(conf);
70 } 71 }
71 72
72 int keyfile_parse(void *p, ConfigLine *begin, ConfigLine *end, cxmutstr line) { 73 int keyfile_parse(void *p, ConfigLine *begin, ConfigLine *end, cxmutstr line) {
73 KeyfileConfig *conf = p; 74 KeyfileConfig *conf = p;

mercurial