aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:01:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:01:36 +0000
commitd29dcba2f8aa13eb71dcb566aea688a4b0844300 (patch)
tree0b056b93fe7f76b9c26f2d0dfac749da292cd6f5 /ChangeLog
parent4e294e64a5048c107531c779047895f397bbb440 (diff)
issue #5787
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7162 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b06bb80d..8bdb14926 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * apps/app_record.c: Don't leak a frame if writing it to the file fails. (issue #5787)
+
* Makefile: Create the monitor spool directory when the other spool directories are created.
* pbx.c.c: Remove some useless checks and unnecessary calls to ast_strlen_zero(). (issue #5805)