[svn-commits] file: trunk r67925 - in /trunk: ./ main/file.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 6 16:41:38 MST 2007
Author: file
Date: Wed Jun 6 18:41:37 2007
New Revision: 67925
URL: http://svn.digium.com/view/asterisk?view=rev&rev=67925
Log:
Merged revisions 67924 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r67924 | file | 2007-06-06 19:38:15 -0400 (Wed, 06 Jun 2007) | 2 lines
Properly handle cases where a stream can't be written to. (issue #9757 reported by junky)
........
Modified:
trunk/ (props changed)
trunk/main/file.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/file.c
URL: http://svn.digium.com/view/asterisk/trunk/main/file.c?view=diff&rev=67925&r1=67924&r2=67925
==============================================================================
--- trunk/main/file.c (original)
+++ trunk/main/file.c Wed Jun 6 18:41:37 2007
@@ -944,6 +944,8 @@
}
if (fs)
ast_free(fs);
+ fs = NULL;
+ continue;
}
fs->trans = NULL;
fs->fmt = f;
More information about the svn-commits
mailing list