[Home]

Summary:ASTERISK-02616: [patch] app_festival calls ast_destroy on cfg before it's done
Reporter:Michael Loftis (mloftis)Labels:
Date Opened:2004-10-15 17:32:59Date Closed:2008-01-15 15:10:39.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_festival
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-app_festival.c_ast_destroy_too_soon-1.patch
Description:ast_destroy is called far too early.  app needs to do some proper initialization, but until I have time to write that in here's a patch that will make festival work correctly.  patch against v1-0-1 -- right now it doesn't crash my system, but festival doesn't work without this patch since festivalcommand and other variables are freed during ast_destroy.
Comments:By: twisted (twisted) 2004-10-15 18:17:00

This is not a major bug as it's feature reated.  Degrading to minor.

By: Mark Spencer (markster) 2004-10-15 20:22:02

Fixed in CVS.  Should go to head.

By: Russell Bryant (russell) 2004-10-16 12:04:54

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:10:39.000-0600

Repository: asterisk
Revision: 4019

U   branches/v1-0/apps/app_festival.c

------------------------------------------------------------------------
r4019 | russell | 2008-01-15 15:10:39 -0600 (Tue, 15 Jan 2008) | 2 lines

call ast_destroy on cfg appropriately (bug ASTERISK-2616)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4019