Index: codecs/codec_adpcm.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_adpcm.c,v retrieving revision 1.17 diff -u -r1.17 codec_adpcm.c --- codecs/codec_adpcm.c 21 Apr 2005 06:02:44 -0000 1.17 +++ codecs/codec_adpcm.c 9 May 2005 00:08:04 -0000 @@ -574,6 +574,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_alaw.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_alaw.c,v retrieving revision 1.10 diff -u -r1.10 codec_alaw.c --- codecs/codec_alaw.c 21 Apr 2005 06:02:44 -0000 1.10 +++ codecs/codec_alaw.c 9 May 2005 00:08:04 -0000 @@ -364,6 +364,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_g726.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_g726.c,v retrieving revision 1.9 diff -u -r1.9 codec_g726.c --- codecs/codec_g726.c 21 Apr 2005 06:02:44 -0000 1.9 +++ codecs/codec_g726.c 9 May 2005 00:08:05 -0000 @@ -1010,6 +1010,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_gsm.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_gsm.c,v retrieving revision 1.16 diff -u -r1.16 codec_gsm.c --- codecs/codec_gsm.c 21 Apr 2005 06:02:44 -0000 1.16 +++ codecs/codec_gsm.c 9 May 2005 00:08:05 -0000 @@ -282,6 +282,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_lpc10.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_lpc10.c,v retrieving revision 1.14 diff -u -r1.14 codec_lpc10.c --- codecs/codec_lpc10.c 21 Apr 2005 06:02:44 -0000 1.14 +++ codecs/codec_lpc10.c 9 May 2005 00:08:05 -0000 @@ -362,6 +362,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_speex.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v retrieving revision 1.12 diff -u -r1.12 codec_speex.c --- codecs/codec_speex.c 21 Apr 2005 06:02:44 -0000 1.12 +++ codecs/codec_speex.c 9 May 2005 00:08:05 -0000 @@ -400,6 +400,7 @@ var = var->next; } } + ast_config_destroy(cfg); } } Index: codecs/codec_ulaw.c =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/codec_ulaw.c,v retrieving revision 1.11 diff -u -r1.11 codec_ulaw.c --- codecs/codec_ulaw.c 21 Apr 2005 06:02:44 -0000 1.11 +++ codecs/codec_ulaw.c 9 May 2005 00:08:05 -0000 @@ -363,6 +363,7 @@ var = var->next; } } + ast_config_destroy(cfg); } }