24 August 2009: Wouter
- cleaner memory allocation on exit. autotrust test routines.
+ - free all memory on program exit, fix for ssl and flex.
21 August 2009: Wouter
- autotrust: debug routines. Read,write and conversions work.
int ub_c_wrap(void);
/** print error with file and line number */
void ub_c_error(const char *message);
+/** remove buffers for parsing and init */
+void ub_c_lex_destroy(void);
/** init ports possible for use */
static void init_outgoing_availports(int* array, int num);
create_cfg_parser(cfg, fname, chroot);
ub_c_in = in;
ub_c_parse();
+ ub_c_lex_destroy();
fclose(in);
if(cfg_parser->errors != 0) {