mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merged revisions 165255 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r165255 | mmichelson | 2008-12-17 14:51:38 -0600 (Wed, 17 Dec 2008) | 7 lines Fix some memory leaks found while looking at how realtime configs are handled. Also cleaned up some coding guidelines violations in app_realtime.c, mostly related to spacing ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -437,6 +437,9 @@ static struct ast_config *realtime_directory(char *context)
|
||||
if (!(cat = ast_category_new(context, "", 99999))) {
|
||||
ast_log(LOG_WARNING, "Out of memory\n");
|
||||
ast_config_destroy(cfg);
|
||||
if (rtdata) {
|
||||
ast_config_destroy(rtdata);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
ast_category_append(cfg, cat);
|
||||
|
||||
Reference in New Issue
Block a user