]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Releasing the whole in-memory configuration while you're adding to it is not a good...
authorOlle Johansson <oej@edvina.net>
Mon, 7 May 2007 14:06:50 +0000 (14:06 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 7 May 2007 14:06:50 +0000 (14:06 +0000)
Please review this change. Caused by additions (+) to non-existing contexts.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@63195 65c4cc65-6c06-0410-ace0-fbb531ad65f3

config.c

index 89c5c499dd770bed23ba478527686f7fb4fea8cc..5136db92df4aa9b857658ae4678f2d40f898900f 100644 (file)
--- a/config.c
+++ b/config.c
@@ -409,7 +409,6 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat,
                                } else if (!strcasecmp(cur, "+")) {
                                        *cat = category_get(cfg, catname, 1);
                                        if (!*cat) {
-                                               ast_config_destroy(cfg);
                                                if (newcat)
                                                        ast_category_destroy(newcat);
                                                ast_log(LOG_WARNING, "Category addition requested, but category '%s' does not exist, line %d of %s\n", catname, lineno, configfile);