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; |