Fixed memory leaks
This commit is contained in:
@@ -23,7 +23,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
//initialize libconfig
|
||||
cfginit();
|
||||
|
||||
ao_initialize();
|
||||
|
||||
while ( (c = getopt_long(argc, argv, short_options, long_options, NULL)) != -1 ) {
|
||||
switch (c) {
|
||||
|
Reference in New Issue
Block a user