aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_adpcm.c')
-rwxr-xr-xcodecs/codec_adpcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index 8511e7cf4..55a0cca75 100755
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -574,6 +574,7 @@ parse_config(void)
var = var->next;
}
}
+ ast_config_destroy(cfg);
}
}