]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add a missing close of an open fd, destroy of open config, and removal of the
authorRussell Bryant <russell@russellbryant.com>
Tue, 13 Jun 2006 04:20:10 +0000 (04:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 13 Jun 2006 04:20:10 +0000 (04:20 +0000)
calling channel from the localusers list

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

apps/app_festival.c

index 3906d604aafa6a065e744bb08d4d4d7cf8aedd71..941e1b7a080f7fa0f95a40ef032b4440f2b453d0 100644 (file)
@@ -472,6 +472,9 @@ static int festival_exec(struct ast_channel *chan, void *vdata)
                        if ( read_data == -1 )
                        {
                                ast_log(LOG_WARNING,"Unable to read from cache/festival fd");
+                              close(fd);
+                              ast_config_destroy(cfg);
+                              LOCAL_USER_REMOVE(u);
                                return -1;
                        }
                        n += read_data;