aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_config.c')
-rwxr-xr-xpbx/pbx_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 359cec911..1468d8331 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -3,7 +3,7 @@
*
* Populate and remember extensions from static config file
*
- * Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
+ * Copyright (C) 1999, Mark Spencer
*
* Mark Spencer <markster@linux-support.net>
*
@@ -75,8 +75,8 @@ int load_module(void)
}
cxt = ast_category_browse(cfg, cxt);
}
+ ast_destroy(cfg);
}
- ast_destroy(cfg);
return 0;
}