fixed memory leaks

This commit is contained in:
Chris Cromer
2016-10-13 19:55:33 -03:00
parent 86d772597e
commit 4d6c51e37b
4 changed files with 57 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
struct configuration {
xmlChar *file;
xmlChar *bible;
xmlChar *book;
xmlChar *chapter;
xmlChar *chapter_numbers;
char *file;
char *bible;
char *book;
char *chapter;
char *chapter_numbers;
} typedef CONFIG;
CONFIG *config;