summaryrefslogtreecommitdiff
path: root/addons/res_config_mysql.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2011-01-06 06:29:08 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2011-01-06 06:29:08 +0000
commita1aa18b8acba40aa266292f6c21669c098a86009 (patch)
treea9cd1aeeeacb79bfeb12f8b8927ab5512b30bacd /addons/res_config_mysql.c
parent08e6f86d23f17879d6eaab38ace329e185be73fa (diff)
Merged revisions 300798 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r300798 | tilghman | 2011-01-06 00:28:18 -0600 (Thu, 06 Jan 2011) | 8 lines Don't destroy handle not created by use (because the caller will). (closes issue #18526) Reported by: makoto Patches: res-config-mysql-include.patch uploaded by makoto (license 38) Tested by: makoto ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons/res_config_mysql.c')
-rw-r--r--addons/res_config_mysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c
index 93a743245..217664709 100644
--- a/addons/res_config_mysql.c
+++ b/addons/res_config_mysql.c
@@ -978,7 +978,6 @@ static struct ast_config *config_mysql(const char *database, const char *table,
if (!ast_config_internal_load(row[2], cfg, config_flags, "", who_asked)) {
mysql_free_result(result);
release_database(dbh);
- ast_config_destroy(cfg);
return NULL;
}
continue;