dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@300799 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2011-01-06 06:29:08 +00:00
parent 6768488d31
commit 5aa0f11acd
1 changed files with 0 additions and 1 deletions

View File

@ -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;