mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
issue #5700
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
|
||||
|
||||
* channels/iax2-provision.c (iax_provision_reload): don't leak memory (issue #5700)
|
||||
|
||||
* pbx/pbx_ael.c (handle_macro): don't leak memory (issue #5701)
|
||||
(handle_context): ditto
|
||||
|
||||
|
@@ -509,6 +509,7 @@ int iax_provision_reload(void)
|
||||
}
|
||||
cat = ast_category_browse(cfg, cat);
|
||||
}
|
||||
ast_config_destroy(cfg);
|
||||
} else
|
||||
ast_log(LOG_NOTICE, "No IAX provisioning configuration found, IAX provisioning disabled.\n");
|
||||
ast_mutex_lock(&provlock);
|
||||
|
Reference in New Issue
Block a user