aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:22:37 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:22:37 +0000
commit91c9adf438e5550c4ed3eedf64101292b67d04b4 (patch)
tree2b2f5eb22207e488660861645095867e88b91152 /ChangeLog
parentd6e2d41e4ec60d28dc618283ef500df39a39cd9c (diff)
issue #5707
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7053 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b3230f0..315883afe 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
+ * apps/app_queue.c (rqm_exec): correct segfault problem (issue #5705)
+ (aqm_exec): ditto
+
* app.c (ast_app_parse_options): don't increment 's' until after checking for NULL (related to issue #5630)
* apps/app_rpt.c: solve a memory leak (config structure was not freed) (issue #5706